index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
_samples
/
add
blob: a4034854f72a984588be17c76d1123b915d22ff9 (
plain
)
1
2
func add(a int, b int) int { return a + b } add(4, 3)