summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/fourteen.stp
blob: e68aa4fe01dcf8e1d95237cd21af4ac5dedd5d4e (plain)
1
2
3
4
5
6
7
8
9
10
#! stap -p1

global
%( kernel_v > "2.6" %? /* and */
   %( kernel_vr != "2.9.77-2873NOTHING" %? /* and */
      %( kernel_v <= "3.5" %? /* and */
         %( kernel_vr == "2.3.5-2.43.54.2" %? "FAIL1" %: PASS %)
      %: "FAIL2" %)
   %: "FAIL3" %)
%: "FAIL4" %)