diff run/comment_03.d @ 27:044e39a3bac6

added comment tests
author thomask
date Sat, 09 Oct 2004 14:03:40 +0000
parents
children f87ba6507260
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/comment_03.d	Sat Oct 09 14:03:40 2004 +0000
@@ -0,0 +1,4 @@
+int main(){
+	/* static assert(0); */
+	return 0;
+}