https://github.com/hubert-reinterpretcast commented:
A user-defined string literal is not a _string-literal_: ```cpp // expected-no-diagnostics #define STR(X) # X const char *s = STR( import "hello"_world; ); ``` https://github.com/llvm/llvm-project/pull/107168 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
