1 2 3 4 5 6 7
#! stap -p1 # bad function declaration - bad parameter list function decl(*) { return 0 }