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