blob: d4ae330949fffa2985b62136523bbfe6229455fa [file] [log] [blame]
// RUN: clang -emit-llvm %s -o %t
// PR1824
int foo(int x, short y) {
return x ?: y;
}