repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
Driver
/
TestEmptyArgument.test
blob
ff327bdd38d01ebe7889688271dd474d69d6c93c
1
# RUN: %clang_host %S/Inputs/dumpargs.c -o %t.out
2
# RUN: %lldb -b -o "r" %t.out -- "one" "two" "" "three" | FileCheck %s
3
4
# CHECK: argv[1] = "one"
5
# CHECK: argv[2] = "two"
6
# CHECK: argv[3] = ""
7
# CHECK: argv[4] = "three"