[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / SymbolFile / PDB / Inputs / VariablesLocationsTest.script
blob7dd90352cce4fa6dba760d4508ab517858c03981
1 breakpoint set --file VariablesLocationsTest.cpp --line 6
2 breakpoint set --file VariablesLocationsTest.cpp --line 15
4 run
6 target variable g_var
8 frame variable arg_0
9 frame variable arg_1
11 frame variable loc_0
12 frame variable loc_1
14 frame select 1
16 frame variable loc_0
17 frame variable loc_1
19 continue
21 frame variable arg_0
23 frame variable loc_0
24 frame variable loc_1