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