DEBSOURCES
Skip Quicknav
sources / systemtap / 5.3-2 / testsuite / parseko / forstmt01.stp
123456789
#! stap -p1 # no '(' following 'for' function decl() { for i = 0; i < 10; i++ j = i }