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