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