brintos

brintos / llvm-project-archived public Read only

0
0
Text · 447 B · bcbe8a0 Raw
14 lines · plain
1# You cannot continue a REDEFINE with a DEFINE.  In this case, the DEFINE is2# wrong on its own because it's written as a continuation, so the bad DEFINE is3# reported.4 5# REDEFINE: %{global:what}=echo \6# DEFINE: Hello World7# REDEFINE: too late to continue8# RUN: %{foo}9 10#      CHECK: Substitution's definition does not contain '='11# CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-5]]12 13# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}14