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