1 #ifdef _INCLUDE_NO_WARN
2 // the snippet will be included in an opt-out region
5 #undef _INCLUDE_NO_WARN
7 #elif defined(_INCLUDE_WARN)
8 // the snippet will be included in a location where warnings are expected
9 p2
++; // expected-note{{used in pointer arithmetic here}}