xref: /llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/B.h (revision 8a64d80a959bf2844df33f9112e456f33de7b468)
1 typedef struct {
2   int anon_field_b;
3 } StructB;
4 
5 namespace Namespace {
6 template <typename T> struct AlsoInNamespace { T field; };
7 extern template struct AlsoInNamespace<int>;
8 } // namespace Namespace
9