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