blob: 96e8485a70ace6ea1d227ff6e9e57a8071933fae [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -fsyntax-only -verify
Chris Lattner22434492007-12-19 19:38:36 +00002
3// Lexer diagnostics shouldn't be included in #pragma mark.
4#pragma mark Mike's world
5_Pragma("mark foo ' bar")
6
7#define X(S) _Pragma(S)
8X("mark foo ' bar")
9
10int i;
11