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
/
compile
/
920501-13.c
blob
b5a6798ecc2139395a479c66510915afb0d39cd4
1
typedef
struct
{
int
i
;}
t
;
inline
y
(
t u
){}
x
(){
t u
;
y
(
u
);}