Sign in
llvm
/
llvm-project
/
clang
/
447ffb26b906540702b0efd20976e46fa694eaa9
/
.
/
test
/
CodeGenCXX
/
debug-info-wchar.cpp
blob: dff3b3c23cb834ca98efa28b17d889f9b1cd31e9 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s
void
foo
()
{
// CHECK: metadata !{metadata !"0x24\00wchar_t\00{{.*}}", null, null} ; [ DW_TAG_base_type ] [wchar_t]
const
wchar_t
w
=
L
'x'
;
}