ref: 644e4fd2b841d47dc914c614501ef0e01674f267 dir: /test/gsizeof.myr/
generic sz = {a:@a -> sizeof(@a) } const main = { -> sz(123) + sz("asdf"[0]) }