diff nocompile/s/string_postfix_04_M.d @ 624:07fab02ed0d2

added postfix tests for String Literals
author thomask
date Sat, 13 Aug 2005 20:02:23 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_M.d	Sat Aug 13 20:02:23 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.s.string_postfix_04_M;
+
+void main(){
+	typeof("a"M) c;
+}
\ No newline at end of file