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