cppcheck/samples/syntaxError/good.c

7 lines
33 B
C

int main()
{
#ifndef A
#endif
}