Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dinitialization-nobug.cpp45 StructWithDtor struct_with_dtor; variable
46 int getStructWithDtorValue() { return struct_with_dtor.value; } in getStructWithDtorValue()