implemented cycling definition checking
This commit is contained in:
parent
eed0f40516
commit
2f5dfe381e
2 changed files with 18 additions and 9 deletions
|
|
@ -1,11 +1,11 @@
|
|||
struct a {
|
||||
b hello,
|
||||
}
|
||||
|
||||
struct b {
|
||||
a ciao,
|
||||
c ciao,
|
||||
}
|
||||
|
||||
struct c {
|
||||
u32 test,
|
||||
}
|
||||
|
||||
struct a {
|
||||
c hello,
|
||||
b test,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue