// { dg-do compile { target c++11 } } // { dg-additional-options -fabi-compat-version=0 } namespace N { template using A = typename T::template X; } template class TT> struct B { }; // { dg-final { scan-assembler "_Z1f1BIN1N1AEE" } } void f(B) {}