ref: 1860505486ea2190d78476782e504f15ce245ff0 dir: /test/sizeof.myr/
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }