aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/template/pr95672.C
blob: c752b4a2c085ac7f9821087ef74eb08c8e2896bf (plain)
1
2
3
// PR c++/95672
// { dg-do compile { target c++14 } }
struct g_class : decltype  (auto) ... {  }; // { dg-error "invalid use of pack expansion" }