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