// PR c++/50870 // { dg-do compile { target c++11 } } template struct impl { template static T create(); }; template ::template create() -> impl::template create())> struct tester { }; tester*, int, float> ti;