diff options
author | fche <fche> | 2005-02-12 02:28:43 +0000 |
---|---|---|
committer | fche <fche> | 2005-02-12 02:28:43 +0000 |
commit | 2f1a1aead38c1dcd329a694dd8d3290b37320466 (patch) | |
tree | 3700f34d81fadb3b3f2cf850cce7eaec73d70659 /testsuite/parseko/two.stp | |
download | systemtap-steved-2f1a1aead38c1dcd329a694dd8d3290b37320466.tar.gz systemtap-steved-2f1a1aead38c1dcd329a694dd8d3290b37320466.tar.xz systemtap-steved-2f1a1aead38c1dcd329a694dd8d3290b37320466.zip |
* parser prototype snapshot
Diffstat (limited to 'testsuite/parseko/two.stp')
-rwxr-xr-x | testsuite/parseko/two.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/two.stp b/testsuite/parseko/two.stp new file mode 100755 index 00000000..64a24afe --- /dev/null +++ b/testsuite/parseko/two.stp @@ -0,0 +1,4 @@ +#! stap +probe foo { + a + +} |