INT8_MAX
#define INT_LEAST8_MAX INT8_MAX
#define INT_FAST8_MAX INT8_MAX
CASE_TEST(limit_int8_max); EXPECT_EQ(1, INT8_MAX, (int8_t) 0x7f); break;