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