implemented union parsing
This commit is contained in:
parent
664affc6d3
commit
d6d2230f14
3 changed files with 19 additions and 1 deletions
2
test.c
2
test.c
|
|
@ -1,4 +1,4 @@
|
|||
struct {
|
||||
struct { u32 x, u32 y } a,
|
||||
union { u32 x, u32 y } a,
|
||||
u32 b,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue