summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-01-03 01:20:41 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-01-03 01:20:41 +0000
commit50f6aa11cf88eec5f82245f9def57febef7b2c7d (patch)
treeef651c9d7f256b206022dedf9550e2125a8a03ae /clang
parent6257e08a3d75aaf62172917ac323b5fbe4d87ab0 (diff)
downloadbcm5719-llvm-50f6aa11cf88eec5f82245f9def57febef7b2c7d.tar.gz
bcm5719-llvm-50f6aa11cf88eec5f82245f9def57febef7b2c7d.zip
Improve coverage for test.
llvm-svn: 92440
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGenCXX/copy-assign-synthesis-3.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/copy-assign-synthesis-3.cpp b/clang/test/CodeGenCXX/copy-assign-synthesis-3.cpp
index 0c876d02ec5..73c2261cddc 100644
--- a/clang/test/CodeGenCXX/copy-assign-synthesis-3.cpp
+++ b/clang/test/CodeGenCXX/copy-assign-synthesis-3.cpp
@@ -9,6 +9,8 @@ struct B {
float b;
int (A::*c)();
_Complex float d;
+ int e[10];
+ A f[2];
};
void a(B& x, B& y) {
x = y;
OpenPOWER on IntegriCloud