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