Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash129.C
blob: 3bb9e573fedbddce766c710b2d3b91143847a661 [
file
] [
log
] [
blame
]
// PR c++/79626
template
<
class
a
,
class
>
struct
b
{
b
();
b
(
b
&);
b
(
b
<
a
,
a
>);
};
// { dg-error "16:invalid constructor" }
int
c
(
b
<
int
,
int
>(
b
<
int
,
int
>());
// { dg-error "" }