view nocompile/escape_unicode32_11.d @ 1522:31d658aa7480

fixed fcmov* notation
author thomask
date Fri, 27 Apr 2007 17:25:29 +0000
parents 17cbb8970edc
children 36bedfa079e6
line wrap: on
line source

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