================
@@ -371,6 +371,7 @@ LIBC_INLINE constexpr bool isalnum(char ch) {
}
}
+#ifndef LIBC_COPT_SMALL_ASCII_CTYPE
----------------
michaelrj-google wrote:
that explains why the typos didn't cause a test failure, oops!
https://github.com/llvm/llvm-project/pull/180841