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