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

global a

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