comparison nocompile/s/string_postfix_06_F.d @ 739:0ea4c218a3ee

updated meta data for Torture
author thomask
date Sat, 12 Nov 2005 07:32:34 +0000
parents
children 36bedfa079e6
comparison
equal deleted inserted replaced
738:5c6df2afb08f 739:0ea4c218a3ee
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // __DSTRESS_ELINE__ 19
6
7 module dstress.nocompile.s.string_postfix_06_F;
8
9 void test(char[] a){
10 }
11
12 void test(wchar[] a){
13 }
14
15 void test(dchar[] a){
16 }
17
18 void main(){
19 test("a"w "b"d);
20 }