mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
3 lines
60 B
C
3 lines
60 B
C
// RUN: %clang_cc1 -emit-llvm %s -o -
|
|
|
|
int a = 2.0 ? 1 : 2;
|