diff nocompile/s/string_postfix_06_D.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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_06_D.d	Sat Nov 12 07:32:34 2005 +0000
@@ -0,0 +1,20 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 19
+
+module dstress.nocompile.s.string_postfix_06_D;
+
+void test(char[] a){
+}
+
+void test(wchar[] a){
+}
+
+void test(dchar[] a){
+}
+
+void main(){
+	test("a"c "b"w);
+}