mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
new testcase for placemarker handling.
llvm-svn: 38777
This commit is contained in:
parent
21c8b8f71e
commit
63081842a7
5
clang/test/Preprocessor/macro_fn_placemarker.c
Normal file
5
clang/test/Preprocessor/macro_fn_placemarker.c
Normal file
@ -0,0 +1,5 @@
|
||||
// RUN: clang %s -E | grep 'foo(A, )'
|
||||
|
||||
#define X(Y) foo(A, Y)
|
||||
X()
|
||||
|
Loading…
Reference in New Issue
Block a user