summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/twentyone.stp
blob: 404009c4e8c14b8afd8ebb9f119210b0688fecd5 (plain)
1
2
3
4
5
6
7
8
9
#! stap -p1

# bad stat operator

probe begin
{
    v <<< 1
    printf("foo %d\n", @foo(v))
}