view nocompile/s/scope_13_C.d @ 1062:7360e428ad73

pre 0.162 review
author thomask
date Sat, 01 Jul 2006 23:08:00 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	<ericanderton@yahoo.com>
// @date@	2006-06-16
// @uri@	news:bug-199-3@http.d.puremagic.com/issues/

// __DSTRESS_ELINE__ 19

module dstress.nocompile.s.scope_13_C;

void foo(){
label: 
	{
		int i;
	}

	i = 2;
}