summaryrefslogtreecommitdiffstats
path: root/testsuite/transko/array01.stp
blob: f936cefaa77eefa84cd77d519781ffd087b6ee2f (plain)
1
2
3
4
5
6
7
#! stap -p3

# arrays can't be inferred as anything else
global a[10]
probe begin {
    printf("%d\n", @count(a)) # try to make 'a' a stat
}