added pointer types resolution, type validity checks and void type

This commit is contained in:
Lorenzo Torres 2025-12-05 16:45:03 +01:00
parent 8f19852746
commit 3ca2c2f009
5 changed files with 51 additions and 14 deletions

View file

@ -1,14 +1,5 @@
struct a {
b hello,
u64 hi,
}
union b {
struct b {
u32 ciao,
u32 test,
u32 test1,
}
struct c {
u32 test,
}