summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/good/meme.tig
blob: add507bea227aa1f64af308144150282e9603030 (plain)
1
2
3
4
5
6
let
  var me := 0
  function id(me : int) : int = me
in
  print_int(me)
end