Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
19d84c3c51766ea618564af439188f349a4e87e8
/
.
/
clang
/
test
/
CodeGen
/
conditional-gnu-ext.c
blob: d4ae330949fffa2985b62136523bbfe6229455fa [
file
] [
log
] [
blame
]
// RUN: clang -emit-llvm %s -o %t
// PR1824
int
foo
(
int
x
,
short
y
)
{
return
x
?:
y
;
}