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