summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/gmodules/templates/b.h
blob: b777e8e34739aa5bc380157930d8f412ba243be8 (plain)
1
2
3
4
5
6
#include "a.h"
#include "memory.h"

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