1 #define TEST_MAX(X, Z) if (X != ((~ Z) >> 1)) return 1
5 TEST_MAX(__INT_MAX__
, 0U);
6 TEST_MAX(__LONG_MAX__
, 0UL);
7 TEST_MAX(__LONG_LONG_MAX__
, 0ULL);
13 * check-name: predefined __<type>_MAX__
14 * check-command: test-linearize -Wno-decl $file
17 * check-output-contains: ret\\..*\\$0