From: Chip Salzenberg Date: Thu, 26 Dec 1996 02:07:36 +0000 (+1200) Subject: Test C< ()=() > X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ace3117e8814e0a6ee3b0c45306adda1a3bba77;p=p5sagit%2Fp5-mst-13.2.git Test C< ()=() > --- diff --git a/t/op/misc.t b/t/op/misc.t index 024a514..5bcc6a0 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -37,6 +37,8 @@ for (@prgs){ } __END__ +()=() +######## $cusp = ~0 ^ (~0 >> 1); $, = " "; print +($cusp - 1) % 8, $cusp % 8, -$cusp % 8, ($cusp + 1) % 8, "!\n";