almost finished implementing sema
This commit is contained in:
parent
8b4b81e90b
commit
463ba71843
8 changed files with 380 additions and 43 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue