From 2f1a1aead38c1dcd329a694dd8d3290b37320466 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 12 Feb 2005 02:28:43 +0000 Subject: * parser prototype snapshot --- testsuite/parseok/two.stp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 testsuite/parseok/two.stp (limited to 'testsuite/parseok/two.stp') diff --git a/testsuite/parseok/two.stp b/testsuite/parseok/two.stp new file mode 100755 index 00000000..3776633b --- /dev/null +++ b/testsuite/parseok/two.stp @@ -0,0 +1,12 @@ +#! stap + +probe kernel:systemcall("foo") +{ + array[idx] << value; + if (global > 5) { global -- } else ; +} + +probe systemtap:end +{ + function("value", 4+8); +} -- cgit