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