summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-multifile/pr7563.ml
blob: 87c8491dd35e1d126c7d00dd9372564ed149a25f (plain)
1
2
3
4
5
(* TEST
 modules = "f.ml";
*)

exit (if F.Alias = F.alias then 0 else 1)