summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_arg_directive.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/macro_arg_directive.h')
-rw-r--r--clang/test/Preprocessor/macro_arg_directive.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/macro_arg_directive.h b/clang/test/Preprocessor/macro_arg_directive.h
new file mode 100644
index 0000000..892dbf2
--- /dev/null
+++ b/clang/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);