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