changeset 691:dc9256cf5c01

Thomas Kuehne <thomas-dloop@kuehne.cn> 2005-09-28 news:dhetn8$jgi$1@digitaldaemon.com
author thomask
date Wed, 28 Sep 2005 20:14:48 +0000
parents 9ff816464931
children 11655b2d04c6
files nocompile/i/idouble_03.d nocompile/i/ifloat_04.d nocompile/i/ireal_04.d
diffstat 3 files changed, 48 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/i/idouble_03.d	Wed Sep 28 20:14:48 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2005-09-28
+// @uri@	news:dhetn8$jgi$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.i.idouble_03;
+
+void main(){
+	idouble i = 3;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/i/ifloat_04.d	Wed Sep 28 20:14:48 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2005-09-28
+// @uri@	news:dhetn8$jgi$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.i.ifloat_04;
+
+void main(){
+	ifloat i = 3;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/i/ireal_04.d	Wed Sep 28 20:14:48 2005 +0000
@@ -0,0 +1,16 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2005-09-28
+// @uri@	news:dhetn8$jgi$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.i.ireal_04;
+
+void main(){
+	ireal i = 3;
+}
+