summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/eight.stp
blob: 0da5c8d2ddcaf5c919cdbc595cfb8ca8e1a0be13 (plain)
1
2
3
4
5
6
#! stap -p1

probe all
{
  "1" in a1;  ("1", 2) in a2;  (a) in a3;
}