From 63a7c90e365874972925e886ed50941f5620bdfe Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 3 Jun 2005 15:54:47 +0000 Subject: 2005-06-03 Frank Ch. Eigler * parse.cxx (scan): Support C and C++ comment styles. * testsuite/parseok/four.stp: Test them some ... * testsuite/parseko/nine.stp: ... and some more. --- testsuite/parseko/nine.stp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testsuite/parseko/nine.stp (limited to 'testsuite/parseko/nine.stp') 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 +} -- cgit