]> sourceware.org Git - systemtap.git/commitdiff
* one more test
authorfche <fche>
Thu, 3 Mar 2005 21:39:19 +0000 (21:39 +0000)
committerfche <fche>
Thu, 3 Mar 2005 21:39:19 +0000 (21:39 +0000)
testsuite/semko/nine.stp [new file with mode: 0755]

diff --git a/testsuite/semko/nine.stp b/testsuite/semko/nine.stp
new file mode 100755 (executable)
index 0000000..7e86467
--- /dev/null
@@ -0,0 +1,6 @@
+#! semtest
+
+probe foo {
+  a[4] = 1;
+  a = 2;
+}
This page took 0.024743 seconds and 5 git commands to generate.