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