view nocompile/bug_mtype_2576_B.d @ 1383:52c9e86b6486

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

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

// @author@	Buchan <kbuchan@xtra.co.nz>
// @date@	2004-10-16
// @uri@	news:opsfwrktdm44buww@simon.mshome.net
// @uri@	nntp://digitalmars.com digitalmars.D.bugs/2114

// __DSTRESS_ELINE__ 17

module dstress.nocompile.bug_mtype_2576_B;

const char[] B = ['A'];

int main(){
	cast(B)1;
	return 0;
}