diff nocompile/this_01.d @ 206:f9a6743fd8e9

this in module level h3r3tic <foo@bar.baz> 2004-12-23 news:cqd25q$17mh$1@digitaldaemon.com nntp://digitalmars.com/digitalmars.D.bugs/2592
author thomask
date Thu, 23 Dec 2004 20:49:06 +0000
parents
children f87ba6507260
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/this_01.d	Thu Dec 23 20:49:06 2004 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	h3r3tic <foo@bar.baz>
+// @date@	2004-12-23
+// @uri@	news:cqd25q$17mh$1@digitaldaemon.com
+// @url@	nntp://digitalmars.com/digitalmars.D.bugs/2592
+
+module dstress.nocompile.this_01;
+
+void main(){
+     this.foobar;
+}