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