blob: 5aa9f1e66669c4b786e54a223d5447a9c71e925d [file] [log] [blame]
REQUIRES: system-windows, msvc
RUN: %clang_cl /Zi %S/Inputs/VBases.cpp /c /o %t.obj
RUN: %msvc_link /debug:full %t.obj /out:%t.exe
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: }