Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_test.cpp998 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()