changeset 589:cd9e16090bb9

Deewiant <deewiant.doesnotlike.spam@gmail.com> 2005-06-21 news:d991an$2vjd$1@digitaldaemon.com
author thomask
date Wed, 22 Jun 2005 11:13:23 +0000
parents a98a62f7a33e
children 95fa7f1ce1c9
files nocompile/a/auto_09.d nocompile/c/const_23.d nocompile/d/deprecated_19.d nocompile/s/static_32.d
diffstat 4 files changed, 72 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/a/auto_09.d	Wed Jun 22 11:13:23 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
+// @date@	2005-06-21
+// @uri@	news:d991an$2vjd$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.a.auto_09;
+
+void main(){
+	auto{
+		int x;
+	}
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/const_23.d	Wed Jun 22 11:13:23 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
+// @date@	2005-06-21
+// @uri@	news:d991an$2vjd$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.c.const_23;
+
+void main(){
+	const{
+		int x;
+	}
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/d/deprecated_19.d	Wed Jun 22 11:13:23 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
+// @date@	2005-06-21
+// @uri@	news:d991an$2vjd$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.d.deprecated_19;
+
+void main(){
+	deprecated{
+		int x;
+	}
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/s/static_32.d	Wed Jun 22 11:13:23 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
+// @date@	2005-06-21
+// @uri@	news:d991an$2vjd$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.s.static_32;
+
+void main(){
+	static{
+		int x;
+	}
+}
+