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

5 lines
61 B
Plaintext

//test addc
const int a = 10;
int main(){
return a + 5;
}