summaryrefslogtreecommitdiffstats
path: root/tests/150-tuple.sml
blob: 114fd2593dda60cb292ad515b07292e140110757 (plain) (blame)
1
2
3
fun f (x, y) = __builtin "exit" (__builtin "add" (x, y))

val _ = f (40, 2)