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