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

# bad command line argument number - must start at 1
probe begin {
  arg = $0
}