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