diff nocompile/comment_08.d @ 27:044e39a3bac6

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