================
@@ -44,3 +44,36 @@ def test_arithmetic(self):
         self.expect_var_path("+bitfield.b", value="2", type="int")
         self.expect_var_path("+bitfield.c", value="3", type="unsigned int")
         self.expect_var_path("+bitfield.d", value="4", type="uint64_t")
+
+        # Check basic math and resulting types
+        self.expect_var_path("1 + 2", value="3", type="int")
----------------
kuilpd wrote:

Added.

https://github.com/llvm/llvm-project/pull/177208
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to