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