index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
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
{};