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