summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/three.stp
blob: be810e9d572254bd4b1ea15934861a256d6a9d90 (plain)
1
2
3
4
5
6
7
#! stap -p1

probe foo {
  a(1)
# need ;
  b(2)
}