Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc998 static char static110[110]; variable
1019 Ident(static110); // avoid optimizations in TEST()
1020 static110[Ident(0)] = 0; in TEST()
1021 static110[Ident(109)] = 0; in TEST()
1022 EXPECT_DEATH(static110[Ident(110)] = 0, in TEST()
1024 EXPECT_DEATH(static110[Ident(110+7)] = 0, in TEST()