Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
defarg2.C
blob: 3670389c5d0d1ac03e0c0da117b58cf25c149baf [
file
] [
log
] [
blame
]
struct
X
{
X
();
};
template
<int>
struct
O
{
struct
I
{
I
(
const
X
&
=
X
());
};
};
template
struct
O
<
2
>;