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