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