brintos

brintos / llvm-project-archived public Read only

0
0
Text · 143 B · c178764 Raw
6 lines · c
1// RUN: %clang_cc1 -E %s -verify2 3#define DO_PRAGMA _Pragma 4DO_PRAGMA ("GCC dependency \"blahblabh\"")  // expected-error {{file not found}}5 6