changeset 1508:a41a6cec083a

[Issue 1142] .stringof performs semantic analysis Don Clugston <clugdbug@yahoo.com.au> 2007-04-13 http://d.puremagic.com/issues/show_bug.cgi?id=1142
author thomask
date Mon, 23 Apr 2007 18:06:48 +0000
parents 2846120b9538
children fba3b66d0276
files compile/s/stringof_01_A.d
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/s/stringof_01_A.d	Mon Apr 23 18:06:48 2007 +0000
@@ -0,0 +1,12 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Don Clugston <clugdbug@yahoo.com.au>
+// @date@	2007-04-13
+// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1142
+// @desc@	[Issue 1142] .stringof performs semantic analysis
+
+module dstress.compile.s.stringof_01_A;
+
+static assert("undefined" == (undefined).stringof);