Clang Project

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