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