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