From 676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 19 Jan 2019 10:04:05 +0000 Subject: Vendor import of clang trunk r351319 (just before the release_80 branch point): https://llvm.org/svn/llvm-project/cfe/trunk@351319 --- test/Import/array-init-loop-expr/Inputs/S.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/Import/array-init-loop-expr/Inputs/S.cpp (limited to 'test/Import/array-init-loop-expr/Inputs/S.cpp') diff --git a/test/Import/array-init-loop-expr/Inputs/S.cpp b/test/Import/array-init-loop-expr/Inputs/S.cpp new file mode 100644 index 0000000000000..5ca3ad47b278f --- /dev/null +++ b/test/Import/array-init-loop-expr/Inputs/S.cpp @@ -0,0 +1,8 @@ +class S { + int a[10]; +}; + +void f() { + S s; + S copy = s; +} -- cgit v1.2.3