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