sysy/functional_c/sy/14_subc.sy

7 lines
67 B
Plaintext

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