view nocompile/new_20.d @ 1555:01c289574a6d

DMD-1.011: ref
author thomask
date Mon, 23 Jul 2007 18:45:40 +0000
parents 0ea4c218a3ee
children ec5e144583ea
line wrap: on
line source

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

// __DSTRESS_ELINE__ 11
// __DSTRESS_TORTURE_BLOCK__ -release

module dstress.nocompile.new_20;

class MyClass{
	invariant{
		new(size_t s){
			void* v;
			return v;
		}
	}
}