comparison nocompile/escape_hex_string_03.d @ 1560:36bedfa079e6

D1 -> D2 : 2/N
author thomask
date Sun, 19 Aug 2007 19:15:01 +0000
parents e38919011244
children
comparison
equal deleted inserted replaced
1559:ec5e144583ea 1560:36bedfa079e6
5 // __DSTRESS_ELINE__ 10 5 // __DSTRESS_ELINE__ 10
6 6
7 module dstress.nocompile.escape_hex_string_03; 7 module dstress.nocompile.escape_hex_string_03;
8 8
9 int main(){ 9 int main(){
10 char[] string=x"1G"; 10 auto x = x"1G";
11 return 0; 11 return 0;
12 } 12 }