summaryrefslogtreecommitdiffstats
path: root/lldb/test/API/commands/expression/completion/sys/reserved.h
blob: 0ce10ebec62bfda3593b711e62c43a790e1b5a00 (plain)
1
2
3
4
5
6
7
8
class MyVec {
  int __mem;
  int _Mem;

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