Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 -E -verify %s
      2 
      3 #define DO_PRAGMA _Pragma
      4 #define STR "GCC dependency \"parse.y\"")
      5 // expected-error@+1 {{'parse.y' file not found}}
      6   DO_PRAGMA (STR
      7