1# You cannot continue a REDEFINE with a DEFINE.  In this case, the DEFINE is
2# wrong on its own because it's written as a continuation, so the bad DEFINE is
3# reported.
4
5# REDEFINE: %{global:what}=echo \
6# DEFINE: Hello World
7# REDEFINE: too late to continue
8# 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