svoid test_dropTrailingBracketedCount() {
  testFunctionValues(x -> dropTrailingBracketedCount((S) x),
    "yo (123,456)", "yo",
  );
}