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