================
@@ -0,0 +1,26 @@
+#include <memory>
+
+struct NodeS;
+
+// Fake smart pointer definition.
+class smart_ptr {
+public:
+ NodeS *__ptr_;
----------------
labath wrote:This is technically a reserved identifier. Let's just use `ptr`. https://github.com/llvm/llvm-project/pull/143786 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
