hanchenye-llvm-project/clang/test/Preprocessor/_Pragma-syshdr2.c

6 lines
121 B
C

// RUN: clang -E %s 2>&1 | grep 'file not found'
#define DO_PRAGMA _Pragma
DO_PRAGMA ("GCC dependency \"blahblabh\"")