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