# HG changeset patch # User thomask # Date 1123963343 0 # Node ID 07fab02ed0d21296df8adca128be27b0b8545604 # Parent e90ad291644f1a3adea2254af2fd2956efe0f322 added postfix tests for String Literals diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_01_B.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_02_B.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_03_B.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_A.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_B.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_C.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_D.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_E.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_F.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_G.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_H.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_I.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_J.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_K.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_L.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_M.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_N.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_O.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_Q.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_R.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_S.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_T.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_U.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_V.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_W.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_X.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_Y.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_04_Z.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_A.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_B.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_E.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_F.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_G.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_H.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_I.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_J.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_K.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_L.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_M.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_O.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_P.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_Q.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_R.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_S.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_T.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_U.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_V.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_X.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_Y.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_Z.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 nocompile/s/string_postfix_05_n.d --- /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 diff -r e90ad291644f -r 07fab02ed0d2 run/s/string_postfix_01_A.d --- /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; +} diff -r e90ad291644f -r 07fab02ed0d2 run/s/string_postfix_02_A.d --- /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; +} diff -r e90ad291644f -r 07fab02ed0d2 run/s/string_postfix_03_A.d --- /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; +}