[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Commands / command-process-launch-user-entry.test
blobafdedc4dde1405a4495c4e859484c1dba8fe7ed8
1 # RUN: %clang_host -g %S/Inputs/main.c -o %t
2 # RUN: %lldb %t -s %s -o exit | FileCheck %s
4 process launch -m
5 # CHECK-LABEL: process launch -m
6 # CHECK: Process {{.*}} stopped
7 # CHECK: stop reason = one-shot breakpoint 1
8 # CHECK:   frame #0: {{.*}}`main at main.c