添加加法测试用例
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