Home
last modified time | relevance | path

Searched refs:const_subscript (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Darray-bounds.cpp55 const int const_subscript = 3; in test() local
57 …array[const_subscript] = 0; // expected-warning {{array index 3 is past the end of the array (whi… in test()