Searched refs:staticcast (Results 1 – 1 of 1) sorted by relevance
52 int * const staticcast = static_cast<int * const>((int*)sizeof(int)); variable55 *(staticcast - 1) = 0; // expected-warning{{Dereference of null pointer}} in cast3()