xref: /aosp_15_r20/external/clang/test/Preprocessor/print_line_count.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 /* RUN: %clang -E -C -P %s | FileCheck --strict-whitespace %s
2    PR2741
3    comment */
4 y
5 // CHECK: {{^}}   comment */{{$}}
6 // CHECK-NEXT: {{^}}y{{$}}
7 
8