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