================ @@ -0,0 +1,6 @@ +// RUN: %clang_cc1 -E %s | FileCheck %s +// CHECK: AAA +// CHECK-NEXT: BBB +R"( +AAA)" +BBB ---------------- cor3ntin wrote: This test is not testing line numbers https://github.com/llvm/llvm-project/pull/77021