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