summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/b.h
blob: b777e8e34739aa5bc380157930d8f412ba243be8 (plain) (blame)
1
2
3
4
5
6
#include "a.h"
#include "memory.h"

class Module {
  my_std::unique_ptr<MemoryBuffer> MBptr;
};