// { dg-do compile { target c++11 } } template struct A { template int f() { return I; } template int g() { return f(); } };