repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20021127-1.c
blob
0b3ff9ac8503dcb08a5e61f425a530c628a22374
1
long long
a
= -
1
;
2
long long
llabs
(
long long
);
3
void
abort
(
void
);
4
int
5
main
()
6
{
7
if
(
llabs
(
a
) !=
1
)
8
abort
();
9
return
0
;
10
}
11
long long
llabs
(
long long
b
)
12
{
13
abort
();
14
}