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