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

  /external/clang/test/SemaCXX/
array-bounds.cpp 55 const int const_subscript = 3; local
57 array[const_subscript] = 0; // expected-warning {{array index 3 is past the end of the array (which contains 2 elements)}}

Completed in 106 milliseconds