blob: 7aa2ce1bc06bf1f6a5e202cccec3d815833f7cd2 [file] [log] [blame]
// RUN: clang -emit-llvm %s -o -
int a = 2.0 ? 1 : 2;