// PR c++/50870 // { dg-options -std=c++0x } template struct impl { template static T create(); }; template ::template create() -> impl::template create())> struct tester { }; tester*, int, float> ti;