// RUN: %clang -g -std=c++2a -target x86_64-windows-msvc -Wno-gnu-string-literal-operator-template %s -S -emit-llvm -o - | FileCheck %s template struct check; template int operator""_x() { return 1; } int b = u8"\"ั‚ะตัั‚_๐€€"_x; // CHECK: _x