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