Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / debug-info-wchar.cpp
blob1ecdd568b68c00bbcb1479b4d3ac7a92b2949c72
1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o -| FileCheck %s
2 void foo() {
3 // CHECK: !DIBasicType(name: "wchar_t"
4 const wchar_t w = L'x';