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