mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
new testcase
llvm-svn: 38768
This commit is contained in:
parent
331ad778b0
commit
f30dcbe07e
7
clang/test/Preprocessor/macro_fn_varargs_named.c
Normal file
7
clang/test/Preprocessor/macro_fn_varargs_named.c
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: clang -E %s | grep '^a: x$' &&
|
||||
// RUN: clang -E %s | grep '^b: x y, z,h$'
|
||||
|
||||
#define A(b, c...) b c
|
||||
a: A(x)
|
||||
b: A(x, y, z,h)
|
||||
|
Loading…
Reference in New Issue
Block a user