cppcheck/samples/syntaxError/bad.c

7 lines
45 B
C

int main()
{
return 0;
#ifdef A
}
#endif