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