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