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

5 lines
43 B
Plaintext

const int x=4;
int main(){
return x;
}