Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc1000 static const char StaticConstGlob[3] = {9, 8, 7}; variable
1044 EXPECT_DEATH(Ident(Ident(StaticConstGlob)[5]), in TEST()