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