comparison nocompile/escape_hex_string_04.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents 17cbb8970edc
children 36bedfa079e6
comparison
equal deleted inserted replaced
359:b4e9dc55e25d 360:e38919011244
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // __DSTRESS_ELINE__ 10
6
7 module dsress.nocompile.escape_hex_string_04;
8
1 int main(){ 9 int main(){
2 char[] string=x"123"; 10 char[] string=x"123";
3 return 0; 11 return 0;
4 } 12 }