================
@@ -0,0 +1,28 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+#include <thread>
+
+int var() {
+ sleep(100); // break here
----------------
felipepiovezan wrote:we should return something here to silence the compiler warning. https://github.com/llvm/llvm-project/pull/202509 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
