summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/three.stp
blob: bfdeec6617a7b160d753473fedf3364ae47eaba1 (plain)
1
2
3
4
5
6
#! semtest

probe foo {
  a << 2;
  b[a] = 4; # must not index with stats variable
}