summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/nine.stp
blob: f9a704f12b63cf7adc4911e1a4f42d24c679add7 (plain)
1
2
3
4
5
6
#! stap -p2

probe foo {
  a[4] = 1;
  a = 2;
}