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