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