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