view undefined/scope_08_E.d @ 900:c87fab2c0689

<thomas-dloop@kuehne.cn> 2006-03-09 news:bug-29-3@http.d.puremagic.com/bugzilla/
author thomask
date Thu, 09 Mar 2006 21:08:33 +0000
parents
children
line wrap: on
line source

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

// @author@	<thomas-dloop@kuehne.cn>
// @date@	2006-03-09
// @uri@	news:bug-29-3@http.d.puremagic.com/bugzilla/

module dstress.undefined.scope_08_E;

int main(){
	scope(success){
		return 0;
	}

	return 1;
}