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