Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
g++.dg
/
cpp1z
/
class-deduction10.C
blob: 8bc4288aa7674baceab01f6dc1d93b90ab043f76 [
file
] [
log
] [
blame
]
// { dg-options -std=c++1z }
template
<
class
T
>
struct
A
{
int
i
;
A
(...);
};
template
<
class
T
>
A
(
T
)
->
A
<
T
>
{
}
// { dg-error "1:function body" }