export @main {} @main = function() { mov 37 %x bind @foo [%x] %foo call %foo [] %return } @foo = function(%x) { op+ %x 5 %return }