// PR c++/82936 // { dg-do compile { target c++11 } } int fun(int i) { return 0; } template struct outer; template struct outer { template struct callable { }; }; outer::callable f;