Merge branch 'master' of congo:dev/ohcount
[ohcount] / test / detect_files / ocaml.ml
1 (** documentation *)
2 print_string "Hello world!\n";;
3 (**/**)
4 (* extra comment *)
5
6 (* multiline
7    comment*)
8
9 (* recursion in (* a
10    comment *) to complicate things *)