Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr54377.C
blob: 07ebd092a084eff42405c4320845319a032f38b7 [
file
]
// PR c++/54377
// { dg-do compile { target c++11 } }
template
<
typename
,
typename
,
typename
=
void
,
typename
...>
struct
foo
{};
// { dg-message "provided for" }
foo
<int>
f
;
// { dg-error "at least 2" }