3 // REQUIRES: target-windows
4 // RUN: %build --compiler=clang-cl -o %t.exe -- %s
5 // RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -o "b main" -o "process launch" -o "process load kernel32.dll" | FileCheck %s
7 int main(int argc
, char *argv
[]) {
11 // CHECK: "Loading "kernel32.dll"...ok{{.*}}
12 // CHECK: Image 0 loaded.