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