[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Process / Inputs / echo.c
blobdc8db7368f5d092d0480c121341c70bcdf888c36
1 #include <stdio.h>
3 int main(int argc, char **argv) {
4 for (int i = 0; i < argc; ++i)
5 printf("%s\n", argv[i]);