view nocompile/dchar_06.d @ 144:0e1a3785ec97

1) added missing @url@/@uri@ tags 2) added dchar tests 3) cleanup of opPos, opNeg 4) renamed "classes" -> "class"
author thomask
date Wed, 17 Nov 2004 12:48:16 +0000
parents
children 1f6cf5ccfbc9
line wrap: on
line source

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

module dstress.nocompile.dchar_06;

int main(){
	wchar c = -1; // dchar.min-1
	return 0;
}