Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/tests/
Dasan_test.cc972 static const char StaticConstGlob[3] = {9, 8, 7}; variable
1016 EXPECT_DEATH(Ident(Ident(StaticConstGlob)[5]), in TEST()