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