[mlir][ArmSME] Fix crash on empty vector.mask in arm-sme-vector-legalization (#118613)
[llvm-project.git] / lldb / test / Shell / Process / Windows / process_load.cpp
blobde3b4afc77f87fa6c31cec30c43f8d56f83fdc2b
1 // clang-format off
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[]) {
8 return 0;
11 // CHECK: "Loading "kernel32.dll"...ok{{.*}}
12 // CHECK: Image 0 loaded.