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