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