# HG changeset patch # User thomask # Date 1148487797 0 # Node ID ff4a389c86fbede4c5301fc059cc82156c538f2b # Parent 165fd058732809120842c6da9f1df9803687a7cb pragma without ';' results in undefined symbols 2006-05-23 news:bug-151-3@http.d.puremagic.com/bugzilla/ diff -r 165fd0587328 -r ff4a389c86fb nocompile/p/pragma_07_A.d --- /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@ +// @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{} +