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