summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/bind/tome.tig
blob: e9fa3d605030b8a8da2b9a7a3f41858ba3af35c8 (plain)
1
2
3
4
5
6
7
let
  type me = {}
  type me = {}
  function twice(a: int, a: int) : int = a + a
in
  me {} = me {}
end