Hi

I have simple c programm:
int main(void)
{
return 0;
}

14 - for compilation and error
The character } is not a valid C source character.

What I make wrong?

Regards