diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2010-01-03 01:20:41 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2010-01-03 01:20:41 +0000 |
| commit | 50f6aa11cf88eec5f82245f9def57febef7b2c7d (patch) | |
| tree | ef651c9d7f256b206022dedf9550e2125a8a03ae /clang | |
| parent | 6257e08a3d75aaf62172917ac323b5fbe4d87ab0 (diff) | |
| download | bcm5719-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.cpp | 2 |
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; |

