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