diff options
Diffstat (limited to 'testsuite/parseok/three.stp')
-rwxr-xr-x | testsuite/parseok/three.stp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/parseok/three.stp b/testsuite/parseok/three.stp new file mode 100755 index 00000000..b2628d4d --- /dev/null +++ b/testsuite/parseok/three.stp @@ -0,0 +1,7 @@ +#! parsetest + +probe kernel:systemcall("foo") +{ + $a = a$a = a$a$ = 0; +} + |