================
@@ -0,0 +1,17 @@
+void bar() {
+ int val = 32; // breakpoint here
+}
+
+void at_line_zero() {}
+
+int foo() {
----------------
da-viper wrote:please, forward declare `foo()` and move the definition to bottom of the file so the line directive does not affect the `main()` function https://github.com/llvm/llvm-project/pull/165944 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
