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