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
/
spec5.C
blob: ad101b01d6aee010d22e3094b4dd5266d2b77556 (
plain
)
1
2
3
template <int i> struct A; template <> struct A<0> { struct B; }; struct A<0>::B {};