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