https://github.com/llvm/llvm-project/issues/27740
Ensure
#define _u(str) u#str #define _u(str) u8#str #define _u(str) U#str
behave the same as
#define _u(str) L#str
when formatted, ensure clang-format follows the conventions for L u U u8
Fixes #27740