2015-12-30 06:49:41 -05:00
|
|
|
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o -| FileCheck %s
|
2011-10-20 17:14:49 -04:00
|
|
|
void foo() {
|
2015-05-27 14:47:56 -04:00
|
|
|
// CHECK: !DIBasicType(name: "wchar_t"
|
2011-10-20 17:14:49 -04:00
|
|
|
const wchar_t w = L'x';
|
|
|
|
|
}
|