summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/debug-info-wchar.cpp
blob: 6f5384966b99ee9f5c8ade964e785bd004fe3972 (about) (plain)
1
2
3
4
5
// RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s
void foo() {
// CHECK: metadata !"wchar_t",
  const wchar_t w = L'x';
}