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

/openbsd-current/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2937 struct StructWithHole { struct
2943 NOINLINE StructWithHole ReturnStructWithHole() {
2944 StructWithHole res;
2951 TEST(MemorySanitizer, StructWithHole) {
2952 StructWithHole a = ReturnStructWithHole();

Completed in 170 milliseconds