Implement variable declarations
This commit is contained in:
parent
6f7b894e95
commit
628ec36442
605
bootstrap/main.c
605
bootstrap/main.c
File diff suppressed because it is too large
Load Diff
5
tests/return_var.nat
Normal file
5
tests/return_var.nat
Normal file
@ -0,0 +1,5 @@
|
||||
fn main() s32
|
||||
{
|
||||
>a: s32 = 0;
|
||||
return a;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user