assert(0x814a & 0x8000 == 0x8000 ); Assertion failure

test test at test.test
Sat May 30 05:44:05 PDT 2009


void main(){
	assert(0x814a & 0x8000  == 0x8000 );
}




More information about the Digitalmars-d-bugs mailing list