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