Files
2025-02-Compiler/src/test.cm
2025-12-03 04:58:41 +09:00

16 lines
177 B
Plaintext

int main(void)
{
x(1, 2);
}
/*
int main(void) {
if (x) {
int x;
x = 3;
} else {
int y;
y = 0;
x = 5;
}
output(x);
}*/