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