db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / constexpr-types-compatible-p.c
blob1179e9d606f4f84f0b75f824eaabbc65b2b09460
1 static int a[] = {[__builtin_types_compatible_p(int, int)] = 0};
3 /*
4 * check-name: constness of __builtin_types_compatible_p()
6 * check-error-start
7 * check-error-end
8 */