summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/ten.stp
blob: 46adcb9ff5e501128395919e6e39aae3a113a494 (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