sysy-data/functional_c/sy/13_sub2.sy

8 lines
78 B
Plaintext

//test sub
#define a 10
int main(){
int b;
b = 2;
return b - a;
}