Searched refs:pc_nonnull (Results 1 – 1 of 1) sorted by relevance
34 int * const pc_nonnull = (int*)sizeof(int); variable37 *(pc_nonnull - 1) = 0; // expected-warning{{Dereference of null pointer}} in nonnull_ptr()