1# You cannot continue a DEFINE with a RUN.
2
3# DEFINE: %{foo}=echo \
4# RUN: %{foo}
5# DEFINE: %{too-late-to-continue}=
6
7# CHECK: Test has unterminated '{{DEFINE}}:' directive (with '\') at line [[#@LINE-4]]
8
9# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}
10