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

/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc1619 static const char *zoo = "FOOBAR123"; local
1620 const char *p = Ident(zoo);
1625 static char zoo[10]; local
1626 const char *p = Ident(zoo);
1628 EXPECT_DEATH(Ident(p[15]), "zoo.*asan_test.cc");

Completed in 43 milliseconds