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
/
930608-1.c
blob
004a440070959239c02814b9e3ad917899cdd9ca
1
double
f
(
double
a
) {}
2
double
(*
const
a
[]) (
double
) = {&
f
};
3
4
main
()
5
{
6
double
(*
p
) ();
7
p
= &
f
;
8
if
(
p
!=
a
[
0
])
9
abort
();
10
exit
(
0
);
11
}