CompilerSysY/testcases/functional_test/07_comment1.sy
2023-05-08 21:15:52 +08:00

6 lines
87 B
Plaintext

int main(){
//this is a single line comment
//int a;
//a=5;
return 0;
}