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