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