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