// PR c++/57253 // { dg-require-effective-target c++11 } template struct foo; template<> struct foo {}; template<> struct foo {}; int main() {}