================
@@ -0,0 +1,17 @@
+// RUN: %clang_cc1 -std=c++20 -Wno-user-defined-literals
+
+int $; // no_dollar-error {{expected unqualified-id}}
----------------
AaronBallman wrote:I think you're missing some other bits from the RUN line... like `-verify` https://github.com/llvm/llvm-project/pull/208490 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
