Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
spec27.C
blob: a31adadd3e6112c506cc9816910810b8ceb7da5a [
file
] [
log
] [
blame
]
// PR c++/24139
template
<
typename
T
>
struct
O
{
struct
I
;
};
template
<>
struct
O
<int>
::
I
{
I
();
};
O
<int>
::
I
::
I
()
{}