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

/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc964 static char static110[110]; variable
985 Ident(static110); // avoid optimizations
986 static110[Ident(0)] = 0;
987 static110[Ident(109)] = 0;
988 EXPECT_DEATH(static110[Ident(110)] = 0,
990 EXPECT_DEATH(static110[Ident(110+7)] = 0,

Completed in 84 milliseconds