view nocompile/invariant_29.d @ 384:168e5120626f

multiple invariants in one struct/union/class
author thomask
date Mon, 04 Apr 2005 17:57:41 +0000
parents
children ec5e144583ea
line wrap: on
line source

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

// __DSTRESS_ELINE__ 13

module dstress.nocompile.invariant_29;

class MyClass{
	invariant{
	}

	invariant{
	}
}