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