Files
clang-p2996/lldb/test/API/functionalities/limit-debug-info/one.cpp
Pavel Labath b65d4b23f6 [lldb/DWARF] Look for complete array element definitions in other modules
This applies the same logic we have for incomplete class bases and
members to array element types.
2020-07-06 10:09:13 +02:00

6 lines
105 B
C++

#include "onetwo.h"
One::~One() = default;
member::One::~One() = default;
array::One::~One() = default;