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