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