7 lines
54 B
C
7 lines
54 B
C
|
static void main(void)
|
||
|
{
|
||
|
int i = 1;
|
||
|
return;
|
||
|
i++;
|
||
|
}
|