view nocompile/bug_expression_661_A.d @ 570:32f7f8ce5e51

updated "===" -> "is" and "!==" to "!(...===...)"
author thomask
date Wed, 08 Jun 2005 17:49:15 +0000
parents 1fdd5e511aaf
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;
}