index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
template
/
fn-ptr1.C
blob: c0e7d988524a7b78631535ed4c7e4d74b38312a9 (
plain
)
1
2
3
4
5
// PR c++/48162 struct A { }; A (*f)(); template <class T> void g() { f(); }