summaryrefslogtreecommitdiffstats
path: root/testing/_057_caller_graphs.tcl
blob: 24b9c2032eda01755a3c4854e65993f8e829d314 (plain)
1
2
3
4
proc inFileB args {
    array set info [info frame 0]; puts -nonewline ->$info(proc)
    inFileA
}