index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr22589-1.c
blob: d9cc0cfb5b48c773a47fb184b544b06500320b22 (
plain
)
1
2
3
4
int
bar
(
char
*
foo
)
{
return
(
long
long
)
((
int
)
foo
+
0
)
<
0
;
}