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