index
:
sml
main
Compiler for Standard ML
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
15-tuple.sml
blob: 114fd2593dda60cb292ad515b07292e140110757 (
plain
) (
blame
)
1
2
3
fun f (x, y) = __builtin "exit" (__builtin "add" (x, y)) val _ = f (40, 2)