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