1 //===----------------------------------------------------------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
21 assert(0 == z
.real());
22 assert(0 == z
.imag());
23 assert(a
[0] == z
.real());
24 assert(a
[1] == z
.imag());
27 assert(a
[0] == z
.real());
28 assert(a
[1] == z
.imag());