xref: /llvm-project/clang/test/Preprocessor/print_line_count.c (revision 4b8a84fdcaa7255eddf22ab168b311a1e87075ce)
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