// { dg-do assemble } // Simplified from bug report by Tim Rowley struct baz; void operator*(baz&, double); template inline T operator*(double s, const T &p) ; // { dg-bogus "" "" } - must have argument of class type - void m(baz& a) { a * .5; }