================
@@ -0,0 +1,5 @@
+// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style="{Macros: [A(x)=x]}" \
+// RUN: | FileCheck -strict-whitespace %s
+
+// CHECK: A()
+A()
----------------
amane-ame wrote:
Sorry for misunderstood.
https://github.com/llvm/llvm-project/pull/119428