From c3799d720b60bd74a60de4addcd0d77a90f7842a Mon Sep 17 00:00:00 2001 From: Ananth N Mavinakayanahalli Date: Wed, 14 May 2008 10:56:37 +0530 Subject: PR 5955 - Accept ; terminated globals --- testsuite/parseko/twentyfive.stp | 3 +++ testsuite/parseko/twentyfour.stp | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 testsuite/parseko/twentyfive.stp create mode 100644 testsuite/parseko/twentyfour.stp (limited to 'testsuite/parseko') diff --git a/testsuite/parseko/twentyfive.stp b/testsuite/parseko/twentyfive.stp new file mode 100644 index 00000000..bebc72f8 --- /dev/null +++ b/testsuite/parseko/twentyfive.stp @@ -0,0 +1,3 @@ +#! stap -p1 + +global a,;b diff --git a/testsuite/parseko/twentyfour.stp b/testsuite/parseko/twentyfour.stp new file mode 100644 index 00000000..41ea076d --- /dev/null +++ b/testsuite/parseko/twentyfour.stp @@ -0,0 +1,3 @@ +#! stap -p1 + +global a;,b -- cgit