From 5039476f2c40f8994a6970f23b7fedae653c869f Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 8 Aug 2005 20:23:13 +0000 Subject: [PATCH] none --- testsuite/semok/seventeen.stp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 testsuite/semok/seventeen.stp diff --git a/testsuite/semok/seventeen.stp b/testsuite/semok/seventeen.stp new file mode 100755 index 000000000..19ae854de --- /dev/null +++ b/testsuite/semok/seventeen.stp @@ -0,0 +1,10 @@ +#! stap -p2 + +global foo +probe kernel.function("pipe_write") +{ + a = $filp + foo [a] = 1 + # $filp is not an lvalue here + foo [$filp] ++ +} -- 2.43.5