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