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