summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/def.h')
-rw-r--r--clang/test/Modules/Inputs/def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/def.h b/clang/test/Modules/Inputs/def.h
new file mode 100644
index 00000000000..c9bc36d61da
--- /dev/null
+++ b/clang/test/Modules/Inputs/def.h
@@ -0,0 +1,7 @@
+@interface A
+@end
+
+struct B {
+ int b1;
+};
+
OpenPOWER on IntegriCloud