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