================
@@ -26,6 +26,19 @@ add_libc_unittest(
libc.src.arpa.inet.ntohs
)
+add_libc_unittest(
+ inet_aton
+ SUITE
+ libc_arpa_inet_unittests
+ SRCS
+ inet_aton_test.cpp
+ CXX_STANDARD
+ 20
----------------
lntue wrote:
Do we use C++20 features here?
https://github.com/llvm/llvm-project/pull/162651