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

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