Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
template12.C
blob: ba375bc437a898f9fc2a20bbf1b38fc070f2927d [
file
] [
log
] [
blame
]
template
<
int
J
>
struct
A
{
};
struct
B
{
template
<
int
I
>
struct
C
:
public
A
<
I
>
{};
typedef
double
I
;
};