1 // { dg-do compile { target c++14 } }
2 
3 template <typename> struct bar foo; template <> struct foo<>:  // { dg-error "class template|expected" }
4