annotate nocompile/comment_08.d @ 27:044e39a3bac6

added comment tests
author thomask
date Sat, 09 Oct 2004 14:03:40 +0000
parents
children 1f6cf5ccfbc9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
044e39a3bac6 added comment tests
thomask
parents:
diff changeset
1 int main(){
044e39a3bac6 added comment tests
thomask
parents:
diff changeset
2 /+
044e39a3bac6 added comment tests
thomask
parents:
diff changeset
3 // +/ static assert(0);
044e39a3bac6 added comment tests
thomask
parents:
diff changeset
4 return 0;
044e39a3bac6 added comment tests
thomask
parents:
diff changeset
5 }