summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/two.stp
blob: 39b77f6a5e4cbc35747c8ce6fe37352eb08665bc (plain)
1
2
3
4
5
6
7
8
#! semtest

function zoo (p) { p << 5; return 0 }  # passing stats as function arg

probe foo {
  bar = 2 + "string";  # mixing integer+string arithmetic
  zoo (car)
}