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

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