fixed compound node

This commit is contained in:
Lorenzo Torres 2025-12-03 22:17:55 +01:00
parent df1b336c7c
commit 21b43af69d
7 changed files with 117 additions and 102 deletions

2
test.l
View file

@ -1,5 +1,5 @@
u32 a()
{
Person v = {x = 3, y = 4, z = 5};
[u32] v = {1, 2, 3};
return z[0];
}