implemented type alignment, size and fixed cycling definition checking
This commit is contained in:
parent
135baed51e
commit
9d6498637f
3 changed files with 51 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
|||
struct a {
|
||||
b hello,
|
||||
u64 hi,
|
||||
}
|
||||
|
||||
struct b {
|
||||
u32 ciao,
|
||||
u32 test,
|
||||
u32 test1,
|
||||
}
|
||||
|
||||
struct c {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue