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

probe begin {
    // missing the delimiter
    printd(1, 2, 3, 4, 5)
}