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