Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
2003-08-21-BinOp-Type-Mismatch.c
blob: d86b0244e17bf81545b43ec1197774e209de2f29 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
struct
bar
;
void
foo
()
{
unsigned
int
frame
,
focus
;
(
struct
bar
*)
focus
==
(
focus
?
((
struct
bar
*)
frame
)
:
0
);
}