changeset 653:41866371baae

tetsuya <tetsuya_member@pathlink.com> 2005-09-02 news:df86a5$248l$1@digitaldaemon.com
author thomask
date Wed, 07 Sep 2005 22:06:40 +0000
parents ce232883eab5
children 8f030a889677
files nocompile/a/assert_11_A.d nocompile/a/assert_11_B.d nocompile/a/assert_11_C.d nocompile/a/assert_11_D.d
diffstat 4 files changed, 60 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/a/assert_11_A.d	Wed Sep 07 22:06:40 2005 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	tetsuya <tetsuya_member@pathlink.com>
+// @date@	2005-09-02
+// @uri@	news:df86a5$248l$1@digitaldaemon.com
+
+// __DSTRESS_DFLAGS__ 14
+
+module dstress.nocompile.a.assert_11_A;
+
+void main(){
+	static assert(-1 > 0);
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/a/assert_11_B.d	Wed Sep 07 22:06:40 2005 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	tetsuya <tetsuya_member@pathlink.com>
+// @date@	2005-09-02
+// @uri@	news:df86a5$248l$1@digitaldaemon.com
+
+// __DSTRESS_DFLAGS__ 14
+
+module dstress.nocompile.a.assert_11_B;
+
+void main(){
+	static assert(0 < -1);
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/a/assert_11_C.d	Wed Sep 07 22:06:40 2005 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	tetsuya <tetsuya_member@pathlink.com>
+// @date@	2005-09-02
+// @uri@	news:df86a5$248l$1@digitaldaemon.com
+
+// __DSTRESS_DFLAGS__ 14
+
+module dstress.nocompile.a.assert_11_C;
+
+void main(){
+	static assert(-1 >= 0);
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/a/assert_11_D.d	Wed Sep 07 22:06:40 2005 +0000
@@ -0,0 +1,15 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	tetsuya <tetsuya_member@pathlink.com>
+// @date@	2005-09-02
+// @uri@	news:df86a5$248l$1@digitaldaemon.com
+
+// __DSTRESS_DFLAGS__ 14
+
+module dstress.nocompile.a.assert_11_D;
+
+void main(){
+	static assert(0 <= -1);
+}
\ No newline at end of file