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