Update analyzer build.
[clang.git] / test / CodeGen / PR3130-cond-constant.c
blobdbec6509bd252e8dabe69e5ce4e8f0f4b0c61199
1 // RUN: %clang_cc1 -emit-llvm %s -o -
3 int a = 2.0 ? 1 : 2;