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