repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.git]
/
test
/
FrontendC
/
2003-08-21-BinOp-Type-Mismatch.c
blob
a1d4574dcdb1a57ca22e7a2d02fa5c4ff8262b21
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
struct
bar
;
4
5
void
foo
()
6
{
7
unsigned int
frame
,
focus
;
8
(
struct
bar
*)
focus
== (
focus
? ((
struct
bar
*)
frame
) :
0
);
9
}
10