summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/SymbolFile/PDB/vbases.test
blob: 57239e07c87d62366678c288778f7b24c42e8467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
REQUIRES: system-windows, lld
RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VBases.cpp
RUN: %lldb -b -s %S/Inputs/VBases.script -- %t.exe | FileCheck %s

CHECK: {
CHECK:   A = (a = '\x01')
CHECK:   B = (b = 2)
CHECK:   c = 3
CHECK: }

CHECK: {
CHECK:   A = (a = '\x01')
CHECK:   B = (b = 2)
CHECK:   c = 3
CHECK: }
OpenPOWER on IntegriCloud