Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / debug-info-codeview-template-literal.cpp
blob49827f70c063416136a666b1479bd7d735e28e47
1 // RUN: %clang -g -std=c++2a -target x86_64-windows-msvc -Wno-gnu-string-literal-operator-template %s -S -emit-llvm -o - | FileCheck %s
3 template <typename T, T... cs> struct check;
4 template <typename T, T... str> int operator""_x() {
5 return 1;
8 int b = u8"\"ั‚ะตัั‚_๐€€"_x;
9 // CHECK: _x<char8_t,34,209,130,208,181,209,129,209,130,95,240,144,128,128>