mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
new testcase
llvm-svn: 38613
This commit is contained in:
parent
5599d5f6b8
commit
20fc36c416
6
clang/test/Preprocessor/_Pragma-physloc.c
Normal file
6
clang/test/Preprocessor/_Pragma-physloc.c
Normal file
@ -0,0 +1,6 @@
|
||||
// RUN: clang %s -E | grep '#pragma x y z' &&
|
||||
// RUN: clang %s -E | grep '#pragma a b c'
|
||||
|
||||
_Pragma("x y z")
|
||||
_Pragma("a b c")
|
||||
|
Loading…
Reference in New Issue
Block a user