implemented type alignment, size and fixed cycling definition checking

This commit is contained in:
Lorenzo Torres 2025-12-05 14:16:22 +01:00
parent 135baed51e
commit 9d6498637f
3 changed files with 51 additions and 3 deletions

View file

@ -1,9 +1,12 @@
struct a {
b hello,
u64 hi,
}
struct b {
u32 ciao,
u32 test,
u32 test1,
}
struct c {