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