mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
45197e935c
llvm-svn: 38633
6 lines
121 B
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\"")
|
|
|