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
/
931208-1.c
blob
ee2bc9f1e04df8806e2cf1613afcfbdcb813eaa9
1
f
()
2
{
3
unsigned long
x
,
y
=
1
;
4
5
x
= ((
y
*
8192
) -
216
) /
16
;
6
return
x
;
7
}
8
9
main
()
10
{
11
if
(
f
() !=
498
)
12
abort
();
13
exit
(
0
);
14
}