view nocompile/v/volatile_03_C.d @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +0200
parents c2111f61b5d0
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;
}