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

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

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