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