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