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

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