diff options
Diffstat (limited to 'testsuite/parseko/thirteen.stp')
-rwxr-xr-x | testsuite/parseko/thirteen.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/parseko/thirteen.stp b/testsuite/parseko/thirteen.stp new file mode 100755 index 00000000..1a5b46f6 --- /dev/null +++ b/testsuite/parseko/thirteen.stp @@ -0,0 +1,7 @@ +#! stap -p2 + +%{ /* embedded code not permitted since -g not supplied */ %} + +probe begin +{ +} |