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