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