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