diff options
Diffstat (limited to 'testsuite/parseko/twenty.stp')
-rwxr-xr-x | testsuite/parseko/twenty.stp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseko/twenty.stp b/testsuite/parseko/twenty.stp new file mode 100755 index 00000000..199fb9a8 --- /dev/null +++ b/testsuite/parseko/twenty.stp @@ -0,0 +1,8 @@ +#! stap -p1 + +# 'return' in probe context + +probe begin +{ + return +} |