view nocompile/v/volatile_03_C.d @ 891:c2111f61b5d0

Thomas Kuehne <thomas-dloop@kuehne.cn> 2006-03-06 news:bug-20-3@http.d.puremagic.com/bugzilla/
author thomask
date Mon, 06 Mar 2006 15:29:40 +0000
parents
children
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
// @date@	2006-03-06
// @uri@	news:bug-20-4@http.d.puremagic.com/bugzilla/

// __DSTRESS_ELINE__

module dstress.nocompile.v.volatile_03_C;

int state = 3;

void main(){
	int i;
	volatile int i = state;
}