// { dg-do assemble } template struct ComputeBinaryType { }; template struct ComputeBinaryType { void g(); }; template struct ComputeBinaryType { void h(); }; void f() { ComputeBinaryType cb; cb.g(); }