summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/missing-header-fixit-2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/missing-header-fixit-2.h')
-rw-r--r--gcc/testsuite/gcc.dg/missing-header-fixit-2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/missing-header-fixit-2.h b/gcc/testsuite/gcc.dg/missing-header-fixit-2.h
new file mode 100644
index 00000000000..c0bf55dcbe6
--- /dev/null
+++ b/gcc/testsuite/gcc.dg/missing-header-fixit-2.h
@@ -0,0 +1,7 @@
+/* This is missing-header-fixit-2.h, for use by
+ missing-header-fixit-2.c */
+
+void test (int i, int j)
+{
+ printf ("%i of %i\n", i, j);
+}