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
/
921104-1.c
blob: 4b6f4bcfb5ba640a0055eb12c27d836a4288cd17 (
plain
)
1
2
3
4
5
6
7
8
main
()
{
unsigned
long
val
=
1
;
if
(
val
>
(
unsigned
long
)
~
0
)
abort
();
exit
(
0
);
}