diff options
author | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2008-05-14 10:56:37 +0530 |
---|---|---|
committer | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2008-05-14 10:56:37 +0530 |
commit | c3799d720b60bd74a60de4addcd0d77a90f7842a (patch) | |
tree | 82fbc6b86cb105f9bf3b9cfa4e4c6d371abaaee8 /testsuite/parseko/twentyfive.stp | |
parent | 838cd09eb9134f49a4f290ae5f615edff781f153 (diff) | |
download | systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.tar.gz systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.tar.xz systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.zip |
PR 5955 - Accept ; terminated globals
Diffstat (limited to 'testsuite/parseko/twentyfive.stp')
-rw-r--r-- | testsuite/parseko/twentyfive.stp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |