summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/preprocess04.stp
blob: e35a991201c38d84790105c0be719c524bbc5ade (plain)
1
2
3
4
5
6
#! stap -p1

# bad arch comparison operator - not '==' or '!='
%( arch >= "foo" %?
   probe begin { }
%)