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