test: Add "addition" codegen test

This commit is contained in:
Laborratte 5 2025-05-15 17:50:53 +02:00
parent 2d6c68b2ed
commit 314522210c
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
4 changed files with 38 additions and 0 deletions

3
test/simple_add.c0 Normal file
View file

@ -0,0 +1,3 @@
int main() {
return 1 + 1;
}