DEBSOURCES
Skip Quicknav
sources / systemtap / 5.1-5 / testsuite / parseko / ifstmt02.stp
123456789
#! stap -p1 # missing closing paren in if statment function decl() { if (a == b printf("in decl\n") }