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