Clang Project

clang_source_code/test/Lexer/comment-escape.c
1// RUN: %clang -fsyntax-only %s 
2// rdar://6757323
3// foo \
4
5#define blork 32
6
7