diff options
Diffstat (limited to 'test/lisp/progmodes/flymake-resources/another-problematic-file.c')
-rw-r--r-- | test/lisp/progmodes/flymake-resources/another-problematic-file.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/progmodes/flymake-resources/another-problematic-file.c b/test/lisp/progmodes/flymake-resources/another-problematic-file.c new file mode 100644 index 00000000000..03eacdd8011 --- /dev/null +++ b/test/lisp/progmodes/flymake-resources/another-problematic-file.c @@ -0,0 +1,5 @@ +#include "some-problems.h" + +int frob(char* freb) { + return 42; +} |