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