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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
mod-1.c
blob
b460df5cdb12cdea6f91953570bd50d14cb1eed8
1
f
(
x
,
y
)
2
{
3
if
(
x
%
y
!=
0
)
4
abort
();
5
}
6
7
main
()
8
{
9
f
(-
5
,
5
);
10
exit
(
0
);
11
}