view nocompile/wchar_04.d @ 1383:52c9e86b6486

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

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn>
// @date@	2004-11-17
// @uri@	news:olfr62-kjv.ln1@kuehne.cn
// @uri@	nntp://digitalmars.com/digitalmars.D.bugs/2287

// __DSTRESS_ELINE__ 15

module dstress.nocompile.wchar_04;

int main(){
	wchar c = 0x10000; // wchar.max+1
	return 0;
}