summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/printd03.stp
blob: 6c6e6a417c3985fc8dd0c68326efbc018632029e (plain)
1
2
3
4
5
6
#! stap -p1

probe begin {
    // need more than one value to join
    printd(", ", 1)
}