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