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