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
/
execute
/
960512-1.c
blob
a7c1d5fb47c00133b83c1197ac8095083529374d
1
__complex__
2
double
f
()
3
{
4
int
a
[
40
];
5
__complex__
double
c
;
6
7
a
[
9
] =
0
;
8
c
=
a
[
9
];
9
return
c
;
10
}
11
12
main
()
13
{
14
__complex__
double
c
;
15
16
if
(
c
=
f
())
17
abort
();
18
exit
(
0
);
19
}