llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/B.h

9 lines
200 B
C++

typedef struct {
int anon_field_b;
} StructB;
namespace Namespace {
template <typename T> struct AlsoInNamespace { T field; };
extern template struct AlsoInNamespace<int>;
} // namespace Namespace