diff options
Diffstat (limited to 'testsuite/parseko/array02.stp')
-rwxr-xr-x | testsuite/parseko/array02.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/array02.stp b/testsuite/parseko/array02.stp new file mode 100755 index 00000000..2825cce5 --- /dev/null +++ b/testsuite/parseko/array02.stp @@ -0,0 +1,4 @@ +#! stap -p1 + +# array size must have a reasonable upper limit +global a[1000000000] |