view nocompile/s/synchronized_02_C.d @ 756:9a121126b077

major "Torture" review
author thomask
date Sat, 03 Dec 2005 22:19:07 +0000
parents 591e7bdedbdc
children b8c0195059d9
line wrap: on
line source

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

// @author@	Sean Kelly <sean@f4.ca>
// @date@	2005-08-05
// @uri@	news:dd0p34$a82$1@digitaldaemon.com

// __DSTRESS_ELINE__ 15

module dtsress.nocompile.s.synchronized_02_C;

void main(){
	synchronized(
			foo
		)
	{
		Object foo;
	}
}