sysy-data/functional/sy/14_subc.sy

6 lines
66 B
Plaintext

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