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