DEBSOURCES
Skip Quicknav
sources / systemtap / 5.1-5 / testsuite / systemtap.base / return_no_val_7.stp
12345678
function f() { for (;;) return } probe oneshot { f(); }