Searched refs:ConstGlob (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc968 const char ConstGlob[7] = {1, 2, 3, 4, 5, 6, 7}; variable
1011 EXPECT_DEATH(Ident(Ident(ConstGlob)[8]),
1012 "is located 1 bytes to the right of .*ConstGlob");

Completed in 45 milliseconds