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
/
20000503-1.c
blob
bbf32623f439752dd72ebca6f80d7db0d85ec10c
1
unsigned long
2
sub
(
int
a
)
3
{
4
return
((
0
>
a
-
2
) ?
0
:
a
-
2
) *
sizeof
(
long
);
5
}
6
7
main
()
8
{
9
if
(
sub
(
0
) !=
0
)
10
abort
();
11
12
exit
(
0
);
13
}