#! stap -p2 global a, b; # types unknown function bar () { # no return statement } probe foo { a = b; }