blob: f7e95a48ed463af7d778944044efbf49293128bd [file] [log] [blame]
Chris Lattnere44f1db2003-11-23 18:12:22 +00001#
2# DROP2 test
3#
4FORWARD success;
5FORWARD failure;
6: step2 0 = IF success ELSE failure ENDIF ;
7: MAIN 0 1 2 3 DROP2 1 = IF step2 ELSE failure ENDIF ;