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