implemented union parsing

This commit is contained in:
Lorenzo Torres 2025-12-03 10:04:11 +01:00
parent 664affc6d3
commit d6d2230f14
3 changed files with 19 additions and 1 deletions

2
test.c
View file

@ -1,4 +1,4 @@
struct {
struct { u32 x, u32 y } a,
union { u32 x, u32 y } a,
u32 b,
}