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