view nocompile/escape_unicode32_10.d @ 26:17cbb8970edc

added string escape tests
author thomask
date Sat, 09 Oct 2004 12:01:24 +0000
parents
children 36bedfa079e6
line wrap: on
line source

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