changeset 1021:ff4a389c86fb

pragma without ';' results in undefined symbols <lio@lunesu.com> 2006-05-23 news:bug-151-3@http.d.puremagic.com/bugzilla/
author thomask
date Wed, 24 May 2006 16:23:17 +0000
parents 165fd0587328
children db52d0fa9528
files nocompile/p/pragma_07_A.d
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/p/pragma_07_A.d	Wed May 24 16:23:17 2006 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	<lio@lunesu.com>
+// @date@	2006-05-23
+// @uri@	news:bug-151-3@http.d.puremagic.com/bugzilla/
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.p.pragma_07_A;
+
+pragma(msg, "blah") class A{}
+