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
PR inline-asm/84742
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
991202-2.c
blob
fa97e2d431ef77ef0bd0df689ca627567e7f7abd
1
2
int
3
f1
()
4
{
5
unsigned long
x
,
y
=
1
;
6
7
x
= ((
y
*
8192
) -
216
) %
16
;
8
return
x
;
9
}
10
11
int
12
main
()
13
{
14
if
(
f1
() !=
8
)
15
abort
();
16
exit
(
0
);
17
}