repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr92201.C
blob
15ba1a12525d37444d0e4c19e580b1403954b48c
1
// PR c++/92201
2
3
int
4
foo (void (*p) ())
5
{
6
return (*reinterpret_cast<int (*)()> (p)) ();
7
}