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