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