aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-wchar.cpp
blob: 5b5fdccce14e4729773319e9f4ae7f960bee934f (plain) (blame)
1
2
3
4
5
// RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s
void foo() {
// CHECK:  !"0x24\00wchar_t\00{{.*}}", null, null} ; [ DW_TAG_base_type ] [wchar_t]
  const wchar_t w = L'x';
}