================
@@ -0,0 +1,7 @@
+// RUN: not %clang_cc1 -fsyntax-only -verify %s
+
+void foo() {
+ asm("" ::: (u8""}));
----------------
Sirraide wrote:Also, what happens if someone writes e.g. `asm(u"")`? Do we diagnose that as well? https://github.com/llvm/llvm-project/pull/177096 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
