From d8e610f05aafd65e2afef59088db43a2c946680f Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 2 Jun 2005 21:10:49 +0000 Subject: none --- testsuite/transok/two.stp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 testsuite/transok/two.stp (limited to 'testsuite') diff --git a/testsuite/transok/two.stp b/testsuite/transok/two.stp new file mode 100755 index 00000000..d62e88a8 --- /dev/null +++ b/testsuite/transok/two.stp @@ -0,0 +1,5 @@ +#! stap +probe k,l { 2; } +function poo (zoo) { n = poo2 (8); return "foo" . zoo } +function poo2 (zoo) { return poo3 (2 + 4 * zoo) } +function poo3 (zoo) { return zoo } -- cgit