[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Driver / TestEmptyArgument.test
blobff327bdd38d01ebe7889688271dd474d69d6c93c
1 # RUN: %clang_host %S/Inputs/dumpargs.c -o %t.out
2 # RUN: %lldb -b -o "r" %t.out -- "one" "two" "" "three" | FileCheck %s
4 # CHECK: argv[1] = "one"
5 # CHECK: argv[2] = "two"
6 # CHECK: argv[3] = ""
7 # CHECK: argv[4] = "three"