index
:
sml
main
Compiler for Standard ML
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
060-let-multiple.sml
blob: 47441ace6d05dfb88224070d45bb3f67a8f00be1 (
plain
) (
blame
)
1
2
3
4
5
6
val _ = let val x = 42 val y = x in __builtin "exit" y end