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