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