mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 16:32:14 +00:00

* (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.
5 lines
44 B
C
5 lines
44 B
C
int main()
|
|
{
|
|
char c = 1000;
|
|
return c;
|
|
}
|