view nocompile/s/synchronized_02_B.d @ 616:591e7bdedbdc

Sean Kelly <sean@f4.ca> 2005-08-05 news:dd0p34$a82$1@digitaldaemon.com
author thomask
date Sat, 06 Aug 2005 14:34:54 +0000
parents
children 9a121126b077
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_B;

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