comparison nocompile/escape_unicode32_04.d @ 26:17cbb8970edc

added string escape tests
author thomask
date Sat, 09 Oct 2004 12:01:24 +0000
parents
children 36bedfa079e6
comparison
equal deleted inserted replaced
25:ba97c3a662d5 26:17cbb8970edc
1 int main(){
2 char[] string="\U0000000G";
3 return 0;
4 }