[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Commands / Inputs / main.c
blobc029ddd96cd52ed9871ee1d4b55a17f07fbea5b5
1 int foo() { return 0; }
2 int main() { return foo(); }