diff options
Diffstat (limited to 'testsuite/semok/three.stp')
-rwxr-xr-x | testsuite/semok/three.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/semok/three.stp b/testsuite/semok/three.stp new file mode 100755 index 00000000..6ae531a2 --- /dev/null +++ b/testsuite/semok/three.stp @@ -0,0 +1,6 @@ +#! semtest + +probe foo { + a << 2; + b[4] << 4; +} |