mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04:00
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
|