Update analyzer build.
[clang.git] / test / Lexer / pragma-mark.c
blob96e8485a70ace6ea1d227ff6e9e57a8071933fae
1 // RUN: %clang_cc1 %s -fsyntax-only -verify
3 // Lexer diagnostics shouldn't be included in #pragma mark.
4 #pragma mark Mike's world
5 _Pragma("mark foo ' bar")
7 #define X(S) _Pragma(S)
8 X("mark foo ' bar")
10 int i;