summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-wchar.cpp
blob: da7ce7f0061e8addc1210d3cfff2f47863772a58 (plain)
1
2
3
4
5
// RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s
void foo() {
// CHECK: !MDBasicType(name: "wchar_t"
  const wchar_t w = L'x';
}
OpenPOWER on IntegriCloud