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