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