summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_arg_directive.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_arg_directive.h')
-rw-r--r--test/Preprocessor/macro_arg_directive.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Preprocessor/macro_arg_directive.h b/test/Preprocessor/macro_arg_directive.h
new file mode 100644
index 0000000..892dbf2
--- /dev/null
+++ b/test/Preprocessor/macro_arg_directive.h
@@ -0,0 +1,9 @@
+// Support header for macro_arg_directive.c
+
+int n;
+
+struct S {
+ int k;
+};
+
+void g(int);
OpenPOWER on IntegriCloud