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