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

7 lines
72 B
Plaintext

#include "sylib.h"
int main() {
int a = 10;
;
return a * 2 + 1;
}