summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/twenty.stp
blob: 199fb9a82c80bd61af0b359eb0603a6499dce93c (plain)
1
2
3
4
5
6
7
8
#! stap -p1

# 'return' in probe context

probe begin
{
    return
}