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