Searched refs:ARR_IN_MACRO (Results 1 – 1 of 1) sorted by relevance
90 #define ARR_IN_MACRO(flag, arr, idx) flag ? arr[idx] : 1 macro94 return ARR_IN_MACRO(0, arr, SIZE) + // no-warning in test_no_warn_macro_unreachable()95 …ARR_IN_MACRO(1, arr, SIZE); // expected-warning{{array index 10 is past the end of the array (whic… in test_no_warn_macro_unreachable()