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