diff options
Diffstat (limited to 'testsuite/parseko/five.stp')
-rwxr-xr-x | testsuite/parseko/five.stp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/parseko/five.stp b/testsuite/parseko/five.stp new file mode 100755 index 00000000..1673a1e6 --- /dev/null +++ b/testsuite/parseko/five.stp @@ -0,0 +1,16 @@ +#! semtest + +probe foo( { +} + +probe bar() { +} + +probe baz.(1) { +} + +probe faz(2), { +} + +probe kaz,goo. { +} |