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