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
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
SymbolFile
/
PDB
/
vbases.test
blob
57239e07c87d62366678c288778f7b24c42e8467
1
REQUIRES: system-windows, lld
2
RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VBases.cpp
3
RUN: %lldb -b -s %S/Inputs/VBases.script -- %t.exe | FileCheck %s
4
5
CHECK: {
6
CHECK: A = (a = '\x01')
7
CHECK: B = (b = 2)
8
CHECK: c = 3
9
CHECK: }
10
11
CHECK: {
12
CHECK: A = (a = '\x01')
13
CHECK: B = (b = 2)
14
CHECK: c = 3
15
CHECK: }