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

/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc966 static const char StaticConstGlob[3] = {9, 8, 7}; variable
1010 EXPECT_DEATH(Ident(Ident(StaticConstGlob)[5]),
1011 "is located 2 bytes to the right of .*StaticConstGlob");

Completed in 53 milliseconds