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