diff options
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-x | testsuite/parseko/four.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/four.stp b/testsuite/parseko/four.stp new file mode 100755 index 00000000..ad77239b --- /dev/null +++ b/testsuite/parseko/four.stp @@ -0,0 +1,5 @@ +#! semtest + +probe foo { + somethingawful->foo = 1; +} |