Print this page
11972 resync smatch
   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  */
   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  */