view 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
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// __DSTRESS_ELINE__ 19

module dstress.nocompile.s.string_postfix_06_F;

void test(char[] a){
}

void test(wchar[] a){
}

void test(dchar[] a){
}

void main(){
	test("a"w "b"d);
}