// PR c++/79549 // { dg-do compile { target c++17 } } template struct meow; template struct meow { }; meow<1> m;