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