changeset 694:7441f25aa368

clayasaurus <clayasaurus@gmail.com> 2005-10-02 news:dhpbkg$h0f$1@digitaldaemon.com
author thomask
date Sun, 02 Oct 2005 20:50:44 +0000
parents cfe101f6f1f3
children 85543154e101
files run/c/comment_14.d
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/c/comment_14.d	Sun Oct 02 20:50:44 2005 +0000
@@ -0,0 +1,21 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	clayasaurus <clayasaurus@gmail.com>
+// @date@	2005-10-02
+// @uri@	news:dhpbkg$h0f$1@digitaldaemon.com
+
+module dstress.run.c.comment_14;
+
+/**
+	a
+*/
+enum{
+	X
+}
+
+int main(){
+	assert(X==0);
+	return 0;
+}
\ No newline at end of file