blob: bc10ea08f96b1c960b67d9c1180974ebf7ec1cd0 [file] [log] [blame]
class Operators7 {
operator <<(){}
Toperator>(a) => true;
}
main() {}