Home | History | Annotate | Download | only in tests

Lines Matching defs:zoo

1024   static const char *zoo = "FOOBAR123";
1025 const char *p = Ident(zoo);
1030 static char zoo[10];
1031 const char *p = Ident(zoo);
1033 EXPECT_DEATH(Ident(p[15]), "zoo.*asan_test.");