// PR c++/93085 // { dg-do compile { target c++11 } } template struct G { template static int foo(); // #1 template static int foo(); // #2 int x = foo<42>(); // OK };