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