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