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