// Build don't link: // Special g++ Options: template struct R { struct X {}; }; template struct S : public R { }; template void f() { S::X(); } template void f();