summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-unix/common/test_unixlabels.ml
blob: c34196fbc0f99b6b359252112bf8f55ad1815199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(* TEST
 include unix;
 flags += " -nolabels ";
 hasunix;
 {
   bytecode;
 }{
   native;
 }
*)

module U : module type of Unix = UnixLabels

let ()  =
  ()