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

# bad preprocess condition start - not "arch", "kernel_v", or "kernel_vr"
%( foo == "2.6" %?
   probe begin { }
%)