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