diff options
Diffstat (limited to 'clang/test/Preprocessor/print_line_count.c')
-rw-r--r-- | clang/test/Preprocessor/print_line_count.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/print_line_count.c b/clang/test/Preprocessor/print_line_count.c new file mode 100644 index 0000000..6a02b0e --- /dev/null +++ b/clang/test/Preprocessor/print_line_count.c @@ -0,0 +1,4 @@ +/* RUN: %clang -E -C -P %s | wc -l | grep 4 + PR2741 + comment */ +y |