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