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