summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/badvar.stp
blob: 677187a387fc1dd6636434f72080443f574ba0a7 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

stap -p2 --skip-badvars -e '
probe syscall.read {
  if ($foo == 0)
    printf ("Voila! It works..\n")
  exit ()
}
'