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