August 06, 2005
class A{
	this(){
		assert(0);
	}
}

--

>dmd -w test.d
warning - statement is not reachable


Thomas