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
PR c++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
fn-ptr1.C
blob
c0e7d988524a7b78631535ed4c7e4d74b38312a9
1
// PR c++/48162
2
3
struct A { };
4
A (*f)();
5
template <class T> void g() { f(); }