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