#include "src/__support/FPUtil/FPBits.h"
#include "src/__support/uint128.h"
#include "src/math/nanf128.h"
#include "test/UnitTest/FEnvSafeTest.h"
#include "test/UnitTest/FPMatcher.h"
#include "test/UnitTest/Test.h"
class LlvmLibcNanf128Test : public LIBC_NAMESPACE::testing::FEnvSafeTest { … };
TEST_F(LlvmLibcNanf128Test, NCharSeq) { … }
TEST_F(LlvmLibcNanf128Test, RandomString) { … }
#if !defined(LIBC_HAVE_ADDRESS_SANITIZER) && defined(LIBC_TARGET_OS_IS_LINUX)
#include <signal.h>
TEST_F(LlvmLibcNanf128Test, InvalidInput) { … }
#endif