forked from OSchip/llvm-project
[ms] [llvm-ml] Test macro function invocations in arbitrary positions
Differential Revision: https://reviews.llvm.org/D89741
This commit is contained in:
parent
29bd6519d2
commit
e5c17b2dee
|
@ -103,4 +103,14 @@ expr_recursive_test PROC
|
|||
ret
|
||||
expr_recursive_test ENDP
|
||||
|
||||
custom_strcat MACRO arg1, arg2
|
||||
EXITM <arg1&arg2>
|
||||
ENDM
|
||||
|
||||
expand_as_directive_test custom_strcat(P, ROC)
|
||||
; CHECK-LABEL: expand_as_directive_test:
|
||||
|
||||
ret
|
||||
expand_as_directive_test ENDP
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue