New patches from Fedora.
[fedora-mingw.git] / ocaml / test1.ml
1 open Printf
2
3 let () =
4   printf "reported os_type = %S\n" Sys.os_type;
5   printf "filename concat a b = %S\n" (Filename.concat "a" "b");
6   printf "-1 = %d\n" (-1)