1 2 3 4 5 6 7 8 9 10
// RUN: clang -emit-llvm %s // XFAIL: * void main(void) { double _Complex a = 5; double _Complex b = 42; return a * b == 123; }