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