cppcheck/samples/syntaxError/good.c

7 lines
46 B
C

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