view run/wchar_05.d @ 142:25e3f5d59df4

added wchar tests
author thomask
date Wed, 17 Nov 2004 09:09:56 +0000
parents
children
line wrap: on
line source

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

module dstress.run.wchar_05;

int main(){
	assert('\u0012'.sizeof==wchar.sizeof);
	return 0;
}