xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/braces-with-equals.txt (revision 0b7ae41b23fc05c2ac3afc8566b8a923d7f76c45)
1# The first equals counts as the equals.
2
3# DEFINE: %{foo=bar} = value
4# RUN: echo %{foo=bar}
5
6#      CHECK: Substitution name '%{foo' is malformed {{.*}}
7# CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
8
9# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}
10