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