cpython/Lib/test/dtracedata/assert_usable.stp

probe begin
{
  println("probe: success")
  exit ()
}