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