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