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

global baz
probe foo {
  baz[1] = 4;
  baz["1"] = 5;   # inconsistent index types
}