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