index
:
sml
main
Compiler for Standard ML
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
140-fun.sml
blob: 210b30de17de82d4117bd78c6766d5f66ecfe649 (
plain
) (
blame
)
1
2
3
fun f x y = __builtin "exit" (__builtin "sub" (x, y)) val _ = f 60 18