diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/escape_unicode32_10.d	Sat Oct 09 12:01:24 2004 +0000
@@ -0,0 +1,4 @@
+int main(){
+	char[] string="\U00000";
+	return 0;
+}