extra/untracked_param: mark lost parameters
[smatch.git] / validation / preprocessor / predef-char-bit.c
blobfed0166e48a4b711839c864232ccb01bf7a80ed4
1 #define TEST_BIT(X, T) if (__ ## X ## _BIT__ != 8 * sizeof(T)) return 1
3 int test(void)
5 TEST_BIT(CHAR, char);
7 return 0;
11 * check-name: predefined __<type>_BIT__
12 * check-command: test-linearize -Wno-decl $file
13 * check-output-ignore
15 * check-output-contains: ret\\..*\\$0