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