cppcheck/samples/syntaxError/good.c

6 lines
32 B
C

int main()
{
#ifndef A
#endif
}