summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/bind/unknown-field-type.tig
blob: cf21308a1bc0a0546c0b31fdb6739cf494f28c9b (plain)
1
2
3
4
5
let
  type rec = { a : unknown }
in
  rec { a = 42 }
end