lc/examples/hello_world.l

11 lines
83 B
Text

struct b {
i32 a,
u32 b,
u32 c,
}
u32 test()
{
u32 a = (u32)3;
a = (u32)2;
}