summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/two.stp
blob: f3c6046e8559b74343a1c1b81c1e7c07ed7505ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! semtest

global bar, baz;

function koo (p) {
  baz [p, "p", p] ++;
  return p + 2; 
} 

probe foo {
  bar = 2 + koo (4);
  foo = bar + koo;
}