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