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