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