// Build don't link: template struct ComputeBinaryType { }; template struct ComputeBinaryType { void g(); }; template struct ComputeBinaryType { void h(); }; void f() { ComputeBinaryType cb; cb.g(); }