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