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