summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/ten.stp
blob: 0a5f338e1c2c1f2a6d7ef0242686997211a3360d (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

./stap -p1 -g - <<'END'

probe foo {
  %{ /* not a valid place for embedded code */ %}
}

END