1 // RUN: %clang_cc1 -E %s -verify 2 3 #define DO_PRAGMA _Pragma 4 DO_PRAGMA ("GCC dependency \"blahblabh\"") // expected-error {{file not found}} 5 6