compilers-lab1/test3

6 lines
34 B
Text
Raw Normal View History

2025-03-26 10:37:08 +08:00
int inc()
{
int i;
i = i + 1;
}