================
@@ -0,0 +1,8 @@
+#include <limits.h>
+
+int main() {
+  volatile int a = INT_MAX;
----------------
delcypher wrote:

Why is `volatile` here?

https://github.com/llvm/llvm-project/pull/151231
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to