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