added pointer types resolution, type validity checks and void type
This commit is contained in:
parent
8f19852746
commit
3ca2c2f009
5 changed files with 51 additions and 14 deletions
|
|
@ -1,14 +1,5 @@
|
|||
struct a {
|
||||
b hello,
|
||||
u64 hi,
|
||||
}
|
||||
|
||||
union b {
|
||||
struct b {
|
||||
u32 ciao,
|
||||
u32 test,
|
||||
u32 test1,
|
||||
}
|
||||
|
||||
struct c {
|
||||
u32 test,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue