summaryrefslogtreecommitdiffstats
path: root/clang/test/Import/member-in-struct/Inputs/S.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Import/member-in-struct/Inputs/S.c')
-rw-r--r--clang/test/Import/member-in-struct/Inputs/S.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Import/member-in-struct/Inputs/S.c b/clang/test/Import/member-in-struct/Inputs/S.c
new file mode 100644
index 00000000000..b0876d27df4
--- /dev/null
+++ b/clang/test/Import/member-in-struct/Inputs/S.c
@@ -0,0 +1,3 @@
+struct S {
+ int a;
+};
OpenPOWER on IntegriCloud