diff options
Diffstat (limited to 'libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp')
-rw-r--r-- | libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp b/libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp index 4b89414686b..3e215c8bf3c 100644 --- a/libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp +++ b/libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp @@ -14,4 +14,5 @@ int main() { std::complex<double> d; + (void)d; } |