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
/
compile
/
complex-1.c
blob
6ba9f04694d677c33b58e1e1ec9a62f4505e26ef
1
extern
void
u
(
int
,
int
);
2
extern
void
v
(
float
,
float
);
3
4
void
f
(
__complex__
int
x
)
5
{
6
u
(
0
,
x
);
7
}
8
9
void
g
(
__complex__
float
x
)
10
{
11
v
(
0
,
x
);
12
}