llvm/lldb/test/API/commands/expression/completion/sys/reserved.h

class MyVec {
  int __mem;
  int _Mem;

public:
  void __func() {}
  void _Func() {}
};