diff options
Diffstat (limited to 'testsuite/parseko/array03.stp')
-rwxr-xr-x | testsuite/parseko/array03.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/array03.stp b/testsuite/parseko/array03.stp new file mode 100755 index 00000000..601efff6 --- /dev/null +++ b/testsuite/parseko/array03.stp @@ -0,0 +1,4 @@ +#! stap -p1 + +# arrays can't be initialized with a scalar number +global a[10] = 42 |