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