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