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