HomeSort by relevance Sort by last modified time
    Searched full:pr5897 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
static-cast.cpp 185 // PR5897 - accept static_cast from const void* to const int (*)[1].
186 void PR5897() { (void)static_cast<const int(*)[1]>((const void*)0); }

Completed in 54 milliseconds