emacs/test/lisp/progmodes/flymake-resources/test.c
Phillip Lord 94bb3d7a80 Test infrastructure: updates after directory move
* (test/Makefile.in): Support directories several levels deep.
 * (test/data/flymake): Rename to test/lisp/progmodes/flymake-resources.
 * (test/lisp/progmodes/flymake-tests.el): Support renamed resource directory.
2015-11-24 17:10:12 +00:00

5 lines
44 B
C

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