可以处理生成加法的IR
This commit is contained in:
5
test/test_case/simple_add.sy
Normal file
5
test/test_case/simple_add.sy
Normal file
@@ -0,0 +1,5 @@
|
||||
int main() {
|
||||
int a = 1;
|
||||
int b = 2;
|
||||
return a + b;
|
||||
}
|
||||
Reference in New Issue
Block a user