summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/array04.stp
blob: 476685ed573a9ab47b3efa809f529bd935af1872 (plain)
1
2
3
4
#! stap -p1

# arrays can't be initialized with a scalar string
global a[10] = "foobar"