int ?=?( int*, int ); int ?!=?( int, int ); int 0; void f() { int a; struct { int b; } a; if( a ) { while( a ) { int *b; for( b; a; b ) { } } } }