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
/
20000121-1.c
blob
71f0914d3657def7e030a78b547ec1293bafa0fd
1
void
big
(
long long
u
) { }
2
3
void
doit
(
unsigned int
a
,
unsigned int
b
,
char
*
id
)
4
{
5
big
(*
id
);
6
big
(
a
);
7
big
(
b
);
8
}
9
10
int
main
(
void
)
11
{
12
doit
(
1
,
1
,
"
\n
"
);
13
return
0
;
14
}