summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/thirteen.stp
blob: 7c8c5d4b9e4749ebf6bf2eefa9986baed9583f7f (plain)
1
2
3
4
5
6
7
8
#! stap -p1

probe one
{
  foreach ([x+,y] in a) ;
  foreach ([x,y-] in a) ;
  foreach ([x,y] in a+) ;
}