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