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

10 lines
118 B
Plaintext

int main(){
/*
The comment block;
int a=5;
int b[10];
int c;
int d=a*2;
*/
return 0;
}