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