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