summaryrefslogtreecommitdiffstats
path: root/clang/test/Import/array-init-loop-expr/Inputs/S.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Import/array-init-loop-expr/Inputs/S.cpp')
-rw-r--r--clang/test/Import/array-init-loop-expr/Inputs/S.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Import/array-init-loop-expr/Inputs/S.cpp b/clang/test/Import/array-init-loop-expr/Inputs/S.cpp
new file mode 100644
index 00000000000..bf80439834b
--- /dev/null
+++ b/clang/test/Import/array-init-loop-expr/Inputs/S.cpp
@@ -0,0 +1,3 @@
+class S {
+ int a[10];
+};
OpenPOWER on IntegriCloud