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