#ifndef LLVM_LIBC_TEST_SRC_MATH_NEXTAFTERTEST_H
#define LLVM_LIBC_TEST_SRC_MATH_NEXTAFTERTEST_H
#include "src/__support/CPP/bit.h"
#include "src/__support/FPUtil/FEnvImpl.h"
#include "src/__support/FPUtil/FPBits.h"
#include "test/UnitTest/FEnvSafeTest.h"
#include "test/UnitTest/FPMatcher.h"
#include "test/UnitTest/Test.h"
#include "hdr/fenv_macros.h"
#define ASSERT_FP_EQ_WITH_EXCEPTION(result, expected, expected_exception) …
#define ASSERT_FP_EQ_WITH_UNDERFLOW(result, expected) …
#define ASSERT_FP_EQ_WITH_OVERFLOW(result, expected) …
template <typename T>
class NextAfterTestTemplate : public LIBC_NAMESPACE::testing::FEnvSafeTest { … };
#define LIST_NEXTAFTER_TESTS(T, func) …
#endif