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