summaryrefslogtreecommitdiffstats
path: root/tests/050-let.sml
blob: d1c27f53a3bebfcfc211d29a4e5ff033e033e235 (plain) (blame)
1
2
3
4
val _ =
  let val x = 42 in
    __builtin "exit" x
  end