changeset 624:07fab02ed0d2

added postfix tests for String Literals
author thomask
date Sat, 13 Aug 2005 20:02:23 +0000
parents e90ad291644f
children ec5f4198256b
files nocompile/s/string_postfix_01_B.d nocompile/s/string_postfix_02_B.d nocompile/s/string_postfix_03_B.d nocompile/s/string_postfix_04_A.d nocompile/s/string_postfix_04_B.d nocompile/s/string_postfix_04_C.d nocompile/s/string_postfix_04_D.d nocompile/s/string_postfix_04_E.d nocompile/s/string_postfix_04_F.d nocompile/s/string_postfix_04_G.d nocompile/s/string_postfix_04_H.d nocompile/s/string_postfix_04_I.d nocompile/s/string_postfix_04_J.d nocompile/s/string_postfix_04_K.d nocompile/s/string_postfix_04_L.d nocompile/s/string_postfix_04_M.d nocompile/s/string_postfix_04_N.d nocompile/s/string_postfix_04_O.d nocompile/s/string_postfix_04_Q.d nocompile/s/string_postfix_04_R.d nocompile/s/string_postfix_04_S.d nocompile/s/string_postfix_04_T.d nocompile/s/string_postfix_04_U.d nocompile/s/string_postfix_04_V.d nocompile/s/string_postfix_04_W.d nocompile/s/string_postfix_04_X.d nocompile/s/string_postfix_04_Y.d nocompile/s/string_postfix_04_Z.d nocompile/s/string_postfix_05_A.d nocompile/s/string_postfix_05_B.d nocompile/s/string_postfix_05_E.d nocompile/s/string_postfix_05_F.d nocompile/s/string_postfix_05_G.d nocompile/s/string_postfix_05_H.d nocompile/s/string_postfix_05_I.d nocompile/s/string_postfix_05_J.d nocompile/s/string_postfix_05_K.d nocompile/s/string_postfix_05_L.d nocompile/s/string_postfix_05_M.d nocompile/s/string_postfix_05_O.d nocompile/s/string_postfix_05_P.d nocompile/s/string_postfix_05_Q.d nocompile/s/string_postfix_05_R.d nocompile/s/string_postfix_05_S.d nocompile/s/string_postfix_05_T.d nocompile/s/string_postfix_05_U.d nocompile/s/string_postfix_05_V.d nocompile/s/string_postfix_05_X.d nocompile/s/string_postfix_05_Y.d nocompile/s/string_postfix_05_Z.d nocompile/s/string_postfix_05_n.d run/s/string_postfix_01_A.d run/s/string_postfix_02_A.d run/s/string_postfix_03_A.d
diffstat 54 files changed, 594 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_01_B.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_01_B;
+
+void main(){
+	typeof('a'c) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_02_B.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_02_B;
+
+void main(){
+	typeof('a'd) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_03_B.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_03_B;
+
+void main(){
+	typeof('a'w) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_A.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_A;
+
+void main(){
+	typeof("a"A) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_B.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_B;
+
+void main(){
+	typeof("a"B) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_C.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_C;
+
+void main(){
+	typeof("a"C) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_D.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_D;
+
+void main(){
+	typeof("a"D) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_E.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_E;
+
+void main(){
+	typeof("a"E) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_F.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_F;
+
+void main(){
+	typeof("a"F) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_G.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_G;
+
+void main(){
+	typeof("a"G) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_H.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_H;
+
+void main(){
+	typeof("a"H) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_I.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_I;
+
+void main(){
+	typeof("a"I) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_J.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_J;
+
+void main(){
+	typeof("a"J) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_K.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_K;
+
+void main(){
+	typeof("a"K) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_L.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_L;
+
+void main(){
+	typeof("a"L) c;
+}
\ No newline at end of file
--- /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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_N.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_N;
+
+void main(){
+	typeof("a"N) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_O.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_O;
+
+void main(){
+	typeof("a"O) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_Q.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_Q;
+
+void main(){
+	typeof("a"Q) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_R.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_R;
+
+void main(){
+	typeof("a"R) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_S.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_S;
+
+void main(){
+	typeof("a"S) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_T.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_T;
+
+void main(){
+	typeof("a"T) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_U.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_U;
+
+void main(){
+	typeof("a"U) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_V.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_V;
+
+void main(){
+	typeof("a"V) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_W.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_W;
+
+void main(){
+	typeof("a"W) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_X.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_X;
+
+void main(){
+	typeof("a"X) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_Y.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_Y;
+
+void main(){
+	typeof("a"Y) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_04_Z.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_Z;
+
+void main(){
+	typeof("a"Z) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_A.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_05_A;
+
+void main(){
+	typeof("a"a) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_B.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_05_B;
+
+void main(){
+	typeof("a"b) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_E.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_05_E;
+
+void main(){
+	typeof("a"e) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_F.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_05_F;
+
+void main(){
+	typeof("a"f) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_G.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_05_G;
+
+void main(){
+	typeof("a"g) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_H.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_05_H;
+
+void main(){
+	typeof("a"h) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_I.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_05_I;
+
+void main(){
+	typeof("a"i) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_J.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_05_J;
+
+void main(){
+	typeof("a"j) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_K.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_05_K;
+
+void main(){
+	typeof("a"k) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_L.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_05_L;
+
+void main(){
+	typeof("a"l) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_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_05_M;
+
+void main(){
+	typeof("a"m) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_O.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_05_O;
+
+void main(){
+	typeof("a"o) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_P.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_05_P;
+
+void main(){
+	typeof("a"p) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_Q.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_05_Q;
+
+void main(){
+	typeof("a"q) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_R.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_05_R;
+
+void main(){
+	typeof("a"r) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_S.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_05_S;
+
+void main(){
+	typeof("a"s) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_T.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_05_T;
+
+void main(){
+	typeof("a"t) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_U.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_05_U;
+
+void main(){
+	typeof("a"u) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_V.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_05_V;
+
+void main(){
+	typeof("a"v) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_X.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_05_X;
+
+void main(){
+	typeof("a"x) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_Y.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_05_Y;
+
+void main(){
+	typeof("a"y) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_Z.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_05_Z;
+
+void main(){
+	typeof("a"z) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/string_postfix_05_n.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_05_N;
+
+void main(){
+	typeof("a"n) c;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/s/string_postfix_01_A.d	Sat Aug 13 20:02:23 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.s.string_postfix_01_A;
+
+int main(){
+	char[1] master;
+	assert(typeid(typeof("a"c))==typeid(typeof(master)));
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/s/string_postfix_02_A.d	Sat Aug 13 20:02:23 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.s.string_postfix_02_A;
+
+int main(){
+	dchar[1] master;
+	assert(typeid(typeof("a"d))==typeid(typeof(master)));
+	return 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/s/string_postfix_03_A.d	Sat Aug 13 20:02:23 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.s.string_postfix_03_A;
+
+int main(){
+	wchar[1] master;
+	assert(typeid(typeof("a"w))==typeid(typeof(master)));
+	return 0;
+}