I am working with a piece of code that creates a data structure and puts in it 2 values. It looks like this:
void func() { double x[] = {y, z}; } <
void func() { double x[] = {y, z}; }