16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
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: }
|