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