comparison nocompile/double_quoted_string_16.d @ 1560:36bedfa079e6

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