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