view nocompile/new_20.d @ 1625:4e908dadd51c

modulo operations with complex numbers are allowed
author Moritz Warning <moritzwarning@web.de>
date Thu, 06 Jan 2011 14:59:13 +0100
parents ec5e144583ea
children
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;
		}
	}
}