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

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