sysy-data/functional_c/sy/42_empty_stmt.sy

6 lines
53 B
Plaintext

int main() {
int a = 10;
;
return a * 2 + 1;
}