changeset 637:b16d46b603aa

type x = void; Thomas K?hne <thomas-dloop@kuehne.THISISSPAM.cn> 2005-08-17
author thomask
date Wed, 17 Aug 2005 21:28:25 +0000
parents c16014387a02
children 61d8b062bf80
files nocompile/v/void_03_A.d nocompile/v/void_03_B.d nocompile/v/void_03_C.d nocompile/v/void_03_D.d nocompile/v/void_03_E.d nocompile/v/void_03_F.d nocompile/v/void_03_G.d nocompile/v/void_03_H.d nocompile/v/void_03_I.d nocompile/v/void_03_J.d nocompile/v/void_03_K.d nocompile/v/void_03_L.d nocompile/v/void_03_M.d nocompile/v/void_03_N.d nocompile/v/void_03_O.d nocompile/v/void_03_P.d nocompile/v/void_03_Q.d nocompile/v/void_03_R.d nocompile/v/void_03_S.d nocompile/v/void_03_T.d nocompile/v/void_03_U.d nocompile/v/void_03_V.d nocompile/v/void_03_W.d nocompile/v/void_03_X.d nocompile/v/void_04_Y.d nocompile/v/void_04_Z.d
diffstat 26 files changed, 320 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_A.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_A;
+
+byte x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_B.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_B;
+
+ubyte x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_C.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_C;
+
+bit x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_D.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_D;
+
+short x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_E.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_E;
+
+ushort x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_F.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_F;
+
+int x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_G.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_G;
+
+uint x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_H.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_H;
+
+long x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_I.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_I;
+
+ulong x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_J.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_J;
+
+float x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_K.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_K;
+
+real x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_L.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_L;
+
+double x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_M.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_M;
+
+ifloat x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_N.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_N;
+
+ireal x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_O.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_O;
+
+idouble x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_P.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_P;
+
+cfloat x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_Q.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_Q;
+
+creal x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_R.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_R;
+
+cdouble x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_S.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_S;
+
+char x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_T.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_T;
+
+dchar x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_U.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_U;
+
+wchar x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_V.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_V;
+
+Class x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_W.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 16
+
+module dstress.nocompile.v.void_03_W;
+
+enum Enum{
+	A, B
+}
+
+Enum x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_03_X.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 16
+
+module dstress.nocompile.v.void_03_X;
+
+struct Struct{
+	int i;
+}
+
+Struct x = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_04_Y.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_Y;
+
+int delegate(int) del = void;
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/v/void_04_Z.d	Wed Aug 17 21:28:25 2005 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kühne <thomas-dloop@kuehne.THISISSPAM.cn>
+// @date@	2005-08-17
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.nocompile.v.void_03_Z;
+
+int function(int) fun = void;
\ No newline at end of file