rustic-sysy/sysy_sets/14_subc.sy

6 lines
66 B
Plaintext
Executable File

//test subc
int main(){
int a;
a = 10;
return a - 2;
}