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