summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/B.h
blob: 384d59b7b80ae064a98d539d86fe93c245378ee9 (plain)
1
2
3
4
5
6
7
8
typedef struct {
  int anon_field_b;
} StructB;

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