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