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