mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-08 14:49:38 +00:00
35630ec93a
llvm-svn: 173720
7 lines
170 B
C
7 lines
170 B
C
// RUN: %clang_cc1 -E -verify %s
|
|
|
|
#define DO_PRAGMA _Pragma
|
|
#define STR "GCC dependency \"parse.y\"")
|
|
// expected-error@+1 {{'parse.y' file not found}}
|
|
DO_PRAGMA (STR
|