#include #include #include TEST_CASE("always_false", "[type_traits]") { REQUIRE(not stdx::always_false_v); REQUIRE(not stdx::always_false_v); }