DEBSOURCES
Skip Quicknav
sources / systemtap / 5.1-5 / testsuite / systemtap.base / return_no_val_4.stp
123456789
function f(a) { if (a > 0) { return; } } probe oneshot { println(1 + f(3)) }