summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/flymake-resources/another-problematic-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/flymake-resources/another-problematic-file.c')
-rw-r--r--test/lisp/progmodes/flymake-resources/another-problematic-file.c5
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;
+}