emacs/test/lisp/progmodes/flymake-resources/test.c

6 lines
44 B
C

int main()
{
char c = 1000;
return c;
}