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