summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/five.stp
blob: ddbbdca502415d7db080ac39ab78882203bd5eef (plain)
1
2
3
4
5
6
7
8
9
10
#! stap -p2

function bar ()
{
  return 0
}

probe foo {
  bar (1, 2)  # arg count mismatch
}