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