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