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