view nocompile/escape_unicode32_10.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents 17cbb8970edc
children 36bedfa079e6
line wrap: on
line source

int main(){
	char[] string="\U00000";
	return 0;
}