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