1// Build don't link:
2// GROUPS passed operators
3class X { };
4void operator->(X& a, X& b) {} // MUST be a member function// ERROR - .*
5