xref: /illumos-gate/usr/src/tools/smatch/src/validation/constexpr-types-compatible-p.c (revision b531f6d16eb39863e7bbc34773fb7ef7a282a0a2)
1 static int a[] = {[__builtin_types_compatible_p(int, int)] = 0};
2 
3 /*
4  * check-name: constness of __builtin_types_compatible_p()
5  *
6  * check-error-start
7  * check-error-end
8  */
9