repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2002-05-10 David S. Miller <davem@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20001221-1.c
blob
4b6cc2b450b6aa92835dd62e4357b4eeeede7779
1
int
main
()
2
{
3
unsigned long long
a
;
4
if
(! (
a
=
0xfedcba9876543210
ULL
))
5
abort
();
6
exit
(
0
);
7
}