summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/five.stp
blob: 6887fcededf083064d42ae91706f3322fda65c02 (plain)
1
2
3
4
5
6
7
8
9
10
#! semtest

function bar ()
{
  return 0
}

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