ref: cf5c1d13fb0285416340190aef65207ef0e3dfe5 dir: /test/div.myr/
use std /* should exit with status 42 */ const main = { var a var b a = 127 b = 3 -> a / b }