test: Add "addition" codegen test
This commit is contained in:
parent
2d6c68b2ed
commit
314522210c
4 changed files with 38 additions and 0 deletions
4
test/var_add.c0
Normal file
4
test/var_add.c0
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
int main() {
|
||||
int x = 1;
|
||||
return x + 2;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue