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
/
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
;
};