summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/nine.stp
diff options
context:
space:
mode:
authorfche <fche>2005-06-03 15:54:47 +0000
committerfche <fche>2005-06-03 15:54:47 +0000
commit63a7c90e365874972925e886ed50941f5620bdfe (patch)
tree29977d33b01716551360ecf4b1fdc83df7cc8779 /testsuite/parseko/nine.stp
parentd8e610f05aafd65e2afef59088db43a2c946680f (diff)
downloadsystemtap-steved-63a7c90e365874972925e886ed50941f5620bdfe.tar.gz
systemtap-steved-63a7c90e365874972925e886ed50941f5620bdfe.tar.xz
systemtap-steved-63a7c90e365874972925e886ed50941f5620bdfe.zip
2005-06-03 Frank Ch. Eigler <fche@redhat.com>
* parse.cxx (scan): Support C and C++ comment styles. * testsuite/parseok/four.stp: Test them some ... * testsuite/parseko/nine.stp: ... and some more.
Diffstat (limited to 'testsuite/parseko/nine.stp')
-rwxr-xr-xtestsuite/parseko/nine.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/nine.stp b/testsuite/parseko/nine.stp
new file mode 100755
index 00000000..438824cb
--- /dev/null
+++ b/testsuite/parseko/nine.stp
@@ -0,0 +1,4 @@
+#! stap -p1
+probe foo {
+ /*/ 0
+}