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