repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr57330.c
blob
3e6cbcbd28ca576cb213df70eeb84bf26f61fc3f
1
/* { dg-do compile } */
2
3
void
foo
(
int
a
)
4
{}
5
6
void
*
a
;
7
void
bar
()
8
{
9
void
**( *
b
) ( ) = (
void
**(*)())
foo
;
10
a
=
b
(
0
);
11
}