summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/preprocess12.stp
blob: 3ff3e34e847d46818ea2b3ef1db3f432cd041cb8 (plain)
1
2
3
4
5
#! stap -p1

# command line argument index invalid or out of range
# (try to access to an unavailable argument)
%( $# < 2 %? probe begin { print @1 } %)