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