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

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

Completed in 85 milliseconds