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
/
920604-1.c
blob
d7d9be13fd81145e5cff509721ca47a2e849c4c2
1
long long
2
mod
(
a
,
b
)
3
long long
a
,
b
;
4
{
5
return
a
%
b
;
6
}
7
8
int
9
main
()
10
{
11
mod
(
1LL
,
2LL
);
12
exit
(
0
);
13
}