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