sysy-data/functional_c/sy/12_addc.sy

6 lines
57 B
Plaintext

//test addc
#define a 10
int main(){
return a + 5;
}