implemented cycling definition checking

This commit is contained in:
Lorenzo Torres 2025-12-04 22:41:18 +01:00
parent eed0f40516
commit 2f5dfe381e
2 changed files with 18 additions and 9 deletions

View file

@ -1,11 +1,11 @@
struct a {
b hello,
}
struct b {
a ciao,
c ciao,
}
struct c {
u32 test,
}
struct a {
c hello,
b test,
}