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