repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
debug-info-wchar.cpp
blob
1ecdd568b68c00bbcb1479b4d3ac7a92b2949c72
1
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o -| FileCheck %s
2
void
foo
() {
3
// CHECK: !DIBasicType(name: "wchar_t"
4
const wchar_t
w
=
L
'x'
;
5
}