summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/one.stp
blob: 7519dfc6a9764a920b15fccd2f9f2a3b97f72b3f (plain)
1
2
3
4
5
6
7
8
#! semtest

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

probe syscall (read) { stamp ("read"); }