summaryrefslogtreecommitdiffstats
path: root/lldb/test/API/commands/expression/completion/sys/reserved.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/commands/expression/completion/sys/reserved.h')
-rw-r--r--lldb/test/API/commands/expression/completion/sys/reserved.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/test/API/commands/expression/completion/sys/reserved.h b/lldb/test/API/commands/expression/completion/sys/reserved.h
new file mode 100644
index 000000000000..0ce10ebec62b
--- /dev/null
+++ b/lldb/test/API/commands/expression/completion/sys/reserved.h
@@ -0,0 +1,8 @@
+class MyVec {
+ int __mem;
+ int _Mem;
+
+public:
+ void __func() {}
+ void _Func() {}
+};