1 // PR c++/95672
2 // { dg-do compile { target c++14 } }
3 struct g_class : decltype  (auto) ... {  }; // { dg-error "invalid use of pack expansion" }
4