annotate nocompile/s/string_postfix_06_D.d @ 1560:36bedfa079e6

D1 -> D2 : 2/N
author thomask
date Sun, 19 Aug 2007 19:15:01 +0000
parents 0ea4c218a3ee
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
739
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
1 // $HeadURL$
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
2 // $Date$
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
3 // $Author$
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
4
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
5 // __DSTRESS_ELINE__ 19
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
6
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
7 module dstress.nocompile.s.string_postfix_06_D;
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
8
1560
36bedfa079e6 D1 -> D2 : 2/N
thomask
parents: 739
diff changeset
9 void test(string a){
739
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
10 }
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
11
1560
36bedfa079e6 D1 -> D2 : 2/N
thomask
parents: 739
diff changeset
12 void test(wstring a){
739
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
13 }
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
14
1560
36bedfa079e6 D1 -> D2 : 2/N
thomask
parents: 739
diff changeset
15 void test(dstring a){
739
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
16 }
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
17
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
18 void main(){
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
19 test("a"c "b"w);
0ea4c218a3ee updated meta data for Torture
thomask
parents:
diff changeset
20 }