compilers-lab1/test3
2025-03-26 11:09:51 +08:00

5 lines
34 B
Text

int inc()
{
int i;
i = i + 1;
}