doxygen/tests/upstream-test-suite/_057_caller_graphs.tcl
2019-03-06 18:39:53 +01:00

5 lines
99 B
Tcl

proc inFileB args {
array set info [info frame 0]; puts -nonewline ->$info(proc)
inFileA
}