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