brintos

brintos / llvm-project-archived public Read only

0
0
Text · 96 B · b777e8e Raw
7 lines · c
1#include "a.h"2#include "memory.h"3 4class Module {5  my_std::unique_ptr<MemoryBuffer> MBptr;6};7