brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · d6e534d Raw
12 lines · plain
1# Surely an empty substitution continuation is an accident, so it's an error.2 3# DEFINE: %{foo} = foo \4# DEFINE:  5#        ^~ whitespace intentional6# RUN: echo '%{foo}'7 8#      CHECK: Substitution's continuation is empty9# CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-5]]10 11# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}12