view nocompile/version_36.d @ 454:cebb2a0f96d0

doppelgaenger cleanup
author thomask
date Tue, 19 Apr 2005 15:03:38 +0000
parents
children 85ddad9606c0
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// __DSTRESS_ELINE__ 10

module dstress.nocompile.version_36;

version(A){
	static assert(0);
}else{
	version=A;
}