view nocompile/escape_unicode16_05.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="\u123";
	return 0;
}