5 lines
61 B
Text
5 lines
61 B
Text
u32 a()
|
|
{
|
|
Person v = {x = 3, y = 4, z = 5};
|
|
return z[0];
|
|
}
|