blob: 1ecdd568b68c00bbcb1479b4d3ac7a92b2949c72 [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o -| FileCheck %s
void foo() {
// CHECK: !DIBasicType(name: "wchar_t"
const wchar_t w = L'x';
}