summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/one.stp
blob: 549bc1e57fec67f0f7b546a8fbe399d3bc3e0dc7 (plain)
1
2
3
4
5
6
7
8
#! stap -up2

function stamp (syscall)
{
  # no return expression => unknown function type
}

probe begin { a = stamp ("read"); }