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

6 lines
124 B
C
Raw Normal View History

// RUN: clang-cc -E %s 2>&1 | grep 'file not found'
2006-07-03 13:25:52 +08:00
#define DO_PRAGMA _Pragma
DO_PRAGMA ("GCC dependency \"blahblabh\"")