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