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