1 2 3 4 5 6 7 8 9
#! stap -p1 # missing parens after while statment function decl() { while 0 == 1 printf("here\n") }