Files
mysysy/test/bug1.sy
2025-03-06 04:06:19 +08:00

7 lines
69 B
Plaintext

// bug1: getint(;
int main() {
int a;
a = getint(;
return 0;
}