From 38b925085d04328c9c0511fc6a7de95a64867835 Mon Sep 17 00:00:00 2001 From: Rajan Arora Date: Wed, 18 Feb 2009 20:24:35 -0500 Subject: Adding test case for PR9719 fix --- testsuite/semko/typemismatch.stp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 testsuite/semko/typemismatch.stp (limited to 'testsuite') diff --git a/testsuite/semko/typemismatch.stp b/testsuite/semko/typemismatch.stp new file mode 100755 index 00000000..94a49d53 --- /dev/null +++ b/testsuite/semko/typemismatch.stp @@ -0,0 +1,8 @@ +#! stap -p2 + + +global noo + +probe begin { foo = 1 ; foo = "bar" ; noo = 4 } + +probe end { foo = "zoo" ; foo <<< 2 ; noo = "zoo" } \ No newline at end of file -- cgit