rnk added a comment. Why `{!--`? It seems inconsistent with the usual LLVM thing of an all caps directive like CHECK:, RUN:, or a Unixy-EOF. Unbalanced braces will make tools like clang-format misbehave. https://reviews.llvm.org/D34764