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