// Trac ticket // https://cforall.uwaterloo.ca/trac/ticket/66 void next() {} int main() { int * next = 0p; if( next ) { return 1; } return 0; }