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
/
crash88.C
blob: 438ab90ccddad6581a9a21a4b4f2f595c5571133 (
plain
)
1
2
3
4
5
6
// PR c++/34397 template<typename T, int = T()[0]> struct A { typedef A<T> B; };