c-compiler/test.c
2026-04-09 16:31:47 +03:00

5 lines
50 B
C

int main() {
int a = 5;
a;
return a;
}