view nocompile/bug_expression_661_A.d @ 1383:52c9e86b6486

@url@ -> @uri@
author thomask
date Sun, 04 Mar 2007 13:07:35 +0000
parents 32f7f8ce5e51
children b8c0195059d9
line wrap: on
line source

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

// @uri@	news:opsh76x6l7jccy7t@simon.homenet
// @author@	Simon Buchan <currently@no.where>
// @date@	2004-11-30
// @uri@	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;
}