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