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