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