view nocompile/bug_expression_661_A.d @ 1330:f3f715978184

Georg Wrede <georg@iki.fi> 2007-01-07 mail:45A120F5.1050108@iki.fi
author thomask
date Sat, 13 Jan 2007 10:33:49 +0000
parents 32f7f8ce5e51
children 52c9e86b6486
line wrap: on
line source

// $HeadURI$
// $Date$
// $Author$

// @uri@	news:opsh76x6l7jccy7t@simon.homenet
// @author@	Simon Buchan <currently@no.where>
// @date@	2004-11-30
// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs:2371

// __DSTRESS_ELINE__ 14

module dstress.nocompile.bug_expression_661_A;

ulong[cast(uint)((cast(float)byte.sizeof/ulong.sizeof)-int.max>>2)+int.max>>2] hexarray;

int main(){
	assert(!(hexarray is null));
	return 0;
}