repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Fix crash in HLFIR generation (#118399)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2003-08-21-BinOp-Type-Mismatch.c
blob
b682d25d2a4d11f244ab120e3ebf26d387a83786
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
struct
bar
;
4
5
void
foo
(
void
)
6
{
7
unsigned int
frame
,
focus
;
8
(
struct
bar
*)
focus
== (
focus
? ((
struct
bar
*)
frame
) :
0
);
9
}
10