Clang Project

clang_source_code/test/CodeGen/PR3130-cond-constant.c
1// RUN: %clang_cc1 -emit-llvm %s -o -
2
3int a = 2.0 ? 1 : 2;
4