mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
new testcase
llvm-svn: 38611
This commit is contained in:
parent
e4af3ac6b4
commit
a7e7e2b92d
6
clang/test/Preprocessor/pragma_unknown.c
Normal file
6
clang/test/Preprocessor/pragma_unknown.c
Normal file
@ -0,0 +1,6 @@
|
||||
// RUN: clang -E %s | grep '#pragma foo bar'
|
||||
|
||||
// GCC doesn't expand macro args for unrecognized pragmas.
|
||||
#define bar xX
|
||||
#pragma foo bar
|
||||
|
Loading…
Reference in New Issue
Block a user