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