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