1 static int a[] = {[__builtin_types_compatible_p(int, int)] = 0};
2 
3 /*
4  * check-name: __builtin_types_compatible_p() constness verification.
5  *
6  * check-error-start
7  * check-error-end
8  */
9