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

global bar
probe foo {
  bar[1] = 2;
  bar[1, 2] = 3;  # inconsistent array dimensions
}