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
/
execute
/
920829-1.c
blob: ed2c2271caa158d4d79a1e4927926221f33582e4 (
plain
)
1
2
long
long
c
=
2863311530LL
,
c3
=
2863311530LL
*
3
;
main
(){
if
(
c
*
3
!=
c3
)
abort
();
exit
(
0
);}