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