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

probe syscall ("foo")
{
  $a = a$a = a$a$ = 0;
  string = "a" . $a . "b";
}