summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline03.stp
blob: 9b4b2553d73c063041c87bd98cc05d0344f117fa (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# -p NUM Stop after pass NUM.  The passes are numbered 1-5: parse, elabo-
#        rate,  translate,  compile, run.
#
# NUM must be between 1 and 5

stap -p0 -e 'probe begin { exit() }'