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