chore(dev): 调整test用例结构
This commit is contained in:
5
test/test_case/functional/simple_add.sy
Normal file
5
test/test_case/functional/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