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