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