DEBSOURCES
Skip Quicknav
sources / systemtap / 4.8-2 / testsuite / semko / array_slicing04.stp
12345678
#! stap -p2 global val probe begin { val [1, 2, 3] = 4 # incorrect index type if ([*, *, "asdf"] in val) {exit()} }