almost finished implementing sema

This commit is contained in:
Lorenzo Torres 2025-12-05 23:27:22 +01:00
parent 8b4b81e90b
commit 463ba71843
8 changed files with 380 additions and 43 deletions

View file

@ -1,10 +1,11 @@
struct b {
u32 ciao,
u32 test,
u32 test1,
i32 a,
u32 b,
u32 c,
}
u32 test(b hello)
u32 test()
{
u32 a = (u32)3;
a = (u32)2;
}