llvm-capstone/clang/test/Preprocessor/_Pragma-syshdr2.c
Chris Lattner 45197e935c new testcase
llvm-svn: 38633
2006-07-03 05:25:52 +00:00

6 lines
121 B
C

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