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