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