ref: a1774754e1da0397cc2cf567ca2ce6e79ae57bf7 dir: /test/gsizeof.myr/
generic sz = {a:@a -> sizeof(@a) } const main = { -> sz(123) + sz('a') }