================ @@ -0,0 +1,6 @@ +// RUN: %clang_cc1 -E %s | FileCheck %s +// CHECK: AAA +// CHECK-NEXT: BBB +R"( +AAA)" +BBB ---------------- stevecor wrote:
This test demonstrates that the line `AAA` is followed immediately by the line `BBB` with no intervening blank line. Without the fix, there is an incorrect blank line between them. This test fails without the fix. https://github.com/llvm/llvm-project/pull/77021 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits