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