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