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