fixed compound node
This commit is contained in:
parent
df1b336c7c
commit
21b43af69d
7 changed files with 117 additions and 102 deletions
2
test.l
2
test.l
|
|
@ -1,5 +1,5 @@
|
|||
u32 a()
|
||||
{
|
||||
Person v = {x = 3, y = 4, z = 5};
|
||||
[u32] v = {1, 2, 3};
|
||||
return z[0];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue