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