summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/eight.stp
blob: 4d3431593e1fbe4248abcded0faca41da82c69d1 (plain)
1
2
3
4
#! stap -p1
probe foo {
  foreach ([a, b, c] in) ;
}