// Trac ticket // https://cforall.uwaterloo.ca/trac/ticket/91 #include struct fred {}; bool ?!=?(const fred & this, zero_t) { return true; } void foo() { fred f; if(f) {} bool test = f; }