init basic
This commit is contained in:
5
ccompiler/middleend/tests/test_file.c
Normal file
5
ccompiler/middleend/tests/test_file.c
Normal file
@@ -0,0 +1,5 @@
|
||||
int main(void) {
|
||||
int a;
|
||||
a = 1 + 2 * 3;
|
||||
return a;
|
||||
}
|
||||
Reference in New Issue
Block a user