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