@import cxx_templates_common; inline int InstantiateWithAnonymousDeclsD(WithAnonymousDecls x) { return (x.k ? x.a : x.b) + (x.k ? x.s.c : x.s.d) + x.e; } namespace TestInjectedClassName { template struct X { X(); }; typedef X D; inline D UseD() { return D(); } }