view nocompile/escape_unicode32_11.d @ 1555:01c289574a6d

DMD-1.011: ref
author thomask
date Mon, 23 Jul 2007 18:45:40 +0000
parents 17cbb8970edc
children 36bedfa079e6
line wrap: on
line source

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