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: } |