view run/v/version_09_E.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents 3753adcf5c3a
children
line wrap: on
line source

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

// __DSTRESS_DFLAGS__ -version=Some

module dstress.run.v.version_09_E;

version(Some):

int main(){
	return 0;
}