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