Files
alecc/examples/tests/test_for_init.c
2025-08-23 13:50:26 +02:00

2 líneas
50 B
C

int main() { int i; for (i = 0;;) { return 0; } }