# 1 "spec.cpp" # 1 "" # 1 "/usr/include/stdc-predef.h" 1 3 4 # 30 "/usr/include/stdc-predef.h" 3 4 # 1 "/usr/include/x86_64-linux-gnu/bits/predefs.h" 1 3 4 # 31 "/usr/include/stdc-predef.h" 2 3 4 # 1 "" 2 # 1 "spec.cpp" namespace N { template struct C { template struct Implementation {}; }; template template struct C::Implementation { static void method() {} }; } int main() { N::C::Implementation::method(); }